Skip to content

Commit

Permalink
chore(package): freeze browserify+watchify
Browse files Browse the repository at this point in the history
This resolves minor breaking changes introduced in browserify@10.2.4.

Ensuring karma@0.13 compatibility is a different issue.

Closes #138
  • Loading branch information
nikku committed Aug 4, 2015
1 parent fc3eb7e commit 3a52056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -24,14 +24,14 @@
},
"bugs": "https://github.com/nikku/karma-browserify/issues",
"dependencies": {
"browserify": "^10.2.1",
"browserify": "10.2.3",
"convert-source-map": "~0.3.3",
"hat": "0.0.3",
"js-string-escape": "^1.0.0",
"lodash": "~2.4.1",
"minimatch": "^1.0.0",
"os-shim": "~0.1.2",
"watchify": "^3.2.1"
"watchify": "3.2.1"
},
"devDependencies": {
"brfs": "^1.4.0",
Expand Down

0 comments on commit 3a52056

Please sign in to comment.