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

Commit 54b27ee

Browse files
committed
fix bower.json omissions
1 parent aca3977 commit 54b27ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"main": "dist/angularfire.js",
2121
"ignore": [
2222
"**/*",
23-
"!dist/angularfire.js"
23+
"!dist/*.js",
24+
"!*.md",
25+
"!*.txt",
26+
"!index.js"
2427
],
2528
"dependencies": {
2629
"angular": "1.3.x || 1.4.x",

0 commit comments

Comments
 (0)