Skip to content

Commit caaecbe

Browse files
author
Alexej Yaroshevich
committed
closes #6 change jscs supported version to 1.3-2.0
1 parent db6e668 commit caaecbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jscs-jsdoc",
33
"author": "Alexej Yaroshevich <[email protected]>",
44
"description": "JSCS jsdoc plugin",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"main": "lib/index",
77
"homepage": "https://github.com/zxqfox/jscs-jsdoc",
88
"license": "MIT",
@@ -23,13 +23,13 @@
2323
"doctrine": "~0.5.0"
2424
},
2525
"devDependencies": {
26-
"jscs": "~1.3.0",
26+
"jscs": ">=1.3.0 <2.0",
2727
"jshint": "~2.4.4",
2828
"browserify": "~3.30.2",
2929
"mocha": "~1.17.1"
3030
},
3131
"peerDependencies": {
32-
"jscs": "1.3.x"
32+
"jscs": ">=1.3.0 <2.0"
3333
},
3434
"scripts": {
3535
"lint": "jshint . && jscs lib test",

0 commit comments

Comments
 (0)