Merge pull request #935 from nfriend/master

Adding updated angular-nvd3 override
This commit is contained in:
Guy Bedford
2016-07-12 21:05:50 +01:00
committed by GitHub
@@ -0,0 +1,15 @@
{
"main": "dist/angular-nvd3.js",
"registry": "jspm",
"format": "global",
"dependencies": {
"angular": "^1",
"nvd3": "npm:nvd3@^1.7.1"
},
"shim": {
"dist/angular-nvd3": [
"angular",
"nvd3"
]
}
}