Skip to content

Commit

Permalink
closes #6 change jscs supported version to 1.3-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexej Yaroshevich committed May 27, 2014
1 parent db6e668 commit caaecbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jscs-jsdoc",
"author": "Alexej Yaroshevich <alex@qfox.ru>",
"description": "JSCS jsdoc plugin",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index",
"homepage": "https://github.com/zxqfox/jscs-jsdoc",
"license": "MIT",
Expand All @@ -23,13 +23,13 @@
"doctrine": "~0.5.0"
},
"devDependencies": {
"jscs": "~1.3.0",
"jscs": ">=1.3.0 <2.0",
"jshint": "~2.4.4",
"browserify": "~3.30.2",
"mocha": "~1.17.1"
},
"peerDependencies": {
"jscs": "1.3.x"
"jscs": ">=1.3.0 <2.0"
},
"scripts": {
"lint": "jshint . && jscs lib test",
Expand Down

0 comments on commit caaecbe

Please sign in to comment.