Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 1b9ede4

Browse files
author
Jacob Wenger
committed
Merge pull request #662 from jamestalmage/drop-bower
Fixes to drop-bower PR
2 parents 73a7767 + 0a816f8 commit 1b9ede4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"main": "dist/angularfire.js",
2121
"ignore": [
2222
"**/*",
23-
"!dist/angularfire.js"
23+
"!dist/*.js",
24+
"!README.md",
25+
"!LICENSE"
2426
],
2527
"dependencies": {
2628
"angular": "1.3.x || 1.4.x",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"karma-sauce-launcher": "~0.2.10",
5858
"karma-spec-reporter": "0.0.16",
5959
"load-grunt-tasks": "^3.1.0",
60-
"mockfirebase": "jamestalmage/mockfirebase#deploy-npmignore-fix",
60+
"mockfirebase": "^0.12.0",
6161
"protractor": "^1.6.1"
6262
}
6363
}

0 commit comments

Comments
 (0)