Skip to content

Commit

Permalink
Allow browserify v12
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 12, 2015
1 parent 08f0e99 commit 371bdd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -24,14 +24,14 @@
"through": "^2.3.6"
},
"peerDependencies": {
"browserify": ">= 2.4.0 < 12",
"browserify": ">= 2.4.0 < 13",
"jade": "^1.9.2"
},
"devDependencies": {
"browserify": "^11.0.0",
"browserify": "^12.0.1",
"concat-stream": "^1.5.0",
"jade": "^1.11.0",
"jsdom": "^5.6.1",
"jsdom": "^7.0.2",
"jshint": "^2.8.0",
"mocha": "^2.2.5"
}
Expand Down

0 comments on commit 371bdd9

Please sign in to comment.