Skip to content

Commit

Permalink
fixup jscs version to support plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexej Yaroshevich committed Nov 26, 2014
1 parent 97540ec commit ae34c69
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 @@ -30,12 +30,12 @@
"browserify": "~3.30.2",
"chai": "^1.9.1",
"esprima": "^1.2.2",
"jscs": ">=1.5.9 <2.0",
"jscs": ">=1.8.0 <2.0",
"jshint": "~2.5.4",
"mocha": "~1.17.1"
},
"peerDependencies": {
"jscs": ">=1.3.0 <2.0"
"jscs": ">=1.8.0 <2.0"
},
"scripts": {
"lint": "jshint lib test && jscs lib test",
Expand Down

0 comments on commit ae34c69

Please sign in to comment.