Skip to content

Commit e6419f8

Browse files
author
Alexej Yaroshevich
committed
v0.3.1
- Drop optional browserify dependency
1 parent 5ea3c25 commit e6419f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 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.3.0",
5+
"version": "0.3.1",
66
"main": "lib/index",
77
"homepage": "https://github.com/jscs-dev/jscs-jsdoc",
88
"license": "MIT",
@@ -35,9 +35,6 @@
3535
"peerDependencies": {
3636
"jscs": ">=1.8.0 <2.0"
3737
},
38-
"optionalDependencies": {
39-
"browserify": "^6.3.3"
40-
},
4138
"scripts": {
4239
"lint": "jshint lib test && jscs lib test",
4340
"test": "npm run lint && mocha",

0 commit comments

Comments
 (0)