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

Commit 40ca108

Browse files
committed
Ignore Makefile and tests directory in bower
1 parent 3fd3cb1 commit 40ca108

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "angular-fire",
33
"version": "0.2.0",
4-
"main": "./angularFire.js",
4+
"main": ["./angularFire.js", "./angularfire.min.js"],
5+
"ignore": ["Makefile", "tests"],
56
"dependencies": {
67
"angular": "1.0.7"
78
}

0 commit comments

Comments
 (0)