Add angular-nvd3 to registry.

This commit is contained in:
Matt
2015-09-22 15:04:09 -07:00
parent 9b8d15fdb3
commit 8737dfc82f
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"
]
}
}