no build config, directories.lib fixed
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"directories": {
|
||||
"lib": "dist"
|
||||
},
|
||||
"files": ["angularfire.js"],
|
||||
"shim": {
|
||||
"angularFire": ["firebase", "angular"]
|
||||
},
|
||||
"buildConfig": {
|
||||
"uglify": "true"
|
||||
"angularfire": ["firebase", "angular"]
|
||||
},
|
||||
"dependencies": {
|
||||
"angular": "^1.3.2",
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"main": "firebase",
|
||||
"registry": "jspm",
|
||||
"buildConfig": {
|
||||
"minify": true
|
||||
}
|
||||
"registry": "jspm"
|
||||
}
|
||||
Reference in New Issue
Block a user