Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 3bb0fbd

Browse files
chore(package): fix tmp dependency to fix bower bug
Bower allowed itself to upgrade to a breaking change of the tmp library. See http://github.com/bower/bower/issues/1404 This is the workaround - it forces npm to pull in the previous version of tmp.
1 parent 3be1f64 commit 3bb0fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"karma-jasmine": "^0.1.5",
1212
"protractor": "~1.0.0",
1313
"http-server": "^0.6.1",
14+
"tmp": "0.0.23",
1415
"bower": "^1.3.1",
1516
"shelljs": "^0.2.6"
1617
},

0 commit comments

Comments
 (0)