Create angular@1.5.0-rc.2.json

Lately I prefer installing Angular via NPM as this it seems to be the recommended way (instead of using the bower repo).
This commit is contained in:
subesokun
2016-02-02 10:40:23 +01:00
parent 1a70d2a9bd
commit f04b21a4b4
@@ -0,0 +1,14 @@
{
"format": "global",
"jspmNodeConversion": false,
"main": "angular",
"files": [
"angular.js",
"package.json"
],
"meta": {
"angular.js": {
"exports": "angular"
}
}
}