We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea3c25 commit e6419f8Copy full SHA for e6419f8
package.json
@@ -2,7 +2,7 @@
2
"name": "jscs-jsdoc",
3
"author": "Alexej Yaroshevich <[email protected]>",
4
"description": "JSCS jsdoc plugin",
5
- "version": "0.3.0",
+ "version": "0.3.1",
6
"main": "lib/index",
7
"homepage": "https://github.com/jscs-dev/jscs-jsdoc",
8
"license": "MIT",
@@ -35,9 +35,6 @@
35
"peerDependencies": {
36
"jscs": ">=1.8.0 <2.0"
37
},
38
- "optionalDependencies": {
39
- "browserify": "^6.3.3"
40
- },
41
"scripts": {
42
"lint": "jshint lib test && jscs lib test",
43
"test": "npm run lint && mocha",
0 commit comments