We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6e668 commit caaecbeCopy full SHA for caaecbe
1 file changed
package.json
@@ -2,7 +2,7 @@
2
"name": "jscs-jsdoc",
3
"author": "Alexej Yaroshevich <[email protected]>",
4
"description": "JSCS jsdoc plugin",
5
- "version": "0.0.2",
+ "version": "0.0.3",
6
"main": "lib/index",
7
"homepage": "https://github.com/zxqfox/jscs-jsdoc",
8
"license": "MIT",
@@ -23,13 +23,13 @@
23
"doctrine": "~0.5.0"
24
},
25
"devDependencies": {
26
- "jscs": "~1.3.0",
+ "jscs": ">=1.3.0 <2.0",
27
"jshint": "~2.4.4",
28
"browserify": "~3.30.2",
29
"mocha": "~1.17.1"
30
31
"peerDependencies": {
32
- "jscs": "1.3.x"
+ "jscs": ">=1.3.0 <2.0"
33
34
"scripts": {
35
"lint": "jshint . && jscs lib test",
0 commit comments