Merge pull request #531 from lookfirst/patch-19

Create angular-motion@0.4.2.json
This commit is contained in:
Guy Bedford
2015-08-18 21:27:15 +02:00
@@ -0,0 +1,15 @@
{
"main": "dist/angular-motion.min.css!",
"registry": "jspm",
"dependencies": {
"angular": "^1.4.0",
"css": "*"
},
"shim": {
"dist/angular-motion.min.css!": {
"deps": [
"angular"
]
}
}
}