Skip to content

Commit

Permalink
chore(project): add browserify 13 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jan 24, 2016
1 parent 47b8a43 commit 3417225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"brfs": "^1.4.2",
"browser-unpack": "^1.1.1",
"browserify": "^12.0.1",
"browserify": "^13.0.0",
"chai": "^3.4.1",
"chai-spies": "^0.7.1",
"grunt": "^0.4.5",
Expand All @@ -56,7 +56,7 @@
},
"peerDependencies": {
"karma": ">=0.10",
"browserify": ">=10 <=12",
"browserify": ">=10 <=13",
"watchify": ">=3 <4"
}
}

0 comments on commit 3417225

Please sign in to comment.