Merge pull request #583 from vigie/angular-nvd3

Add angular-nvd3 to registry.
This commit is contained in:
Guy Bedford
2015-09-23 00:10:36 +02:00
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"files": [
"dist/angular-nvd3.js"
],
"registry": "jspm",
"format": "global",
"dependencies": {
"angular": "^1",
"nvd3": "npm:nvd3@^1.7.1"
},
"shim": {
"dist/angular-nvd3": [
"angular"
]
}
}