Skip to content

Commit e59e420

Browse files
committed
Merge pull request #117 from simison/patch-1
Add missing ignore to bower.json
2 parents e09edda + 3f54036 commit e59e420

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
@@ -9,5 +9,8 @@
99
"main": "./src/http-auth-interceptor.js",
1010
"dependencies": {
1111
"angular": "^1.2"
12-
}
12+
},
13+
"ignore": [
14+
"package.json"
15+
]
1316
}

0 commit comments

Comments
 (0)