Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 1282db9

Browse files
committed
1.5.5
1 parent c4dd30e commit 1282db9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Marat Dulin <mdevils@yandex.ru>",
33
"description": "JavaScript Code Style",
44
"name": "jscs",
5-
"version": "1.5.4",
5+
"version": "1.5.5",
66
"main": "lib/checker",
77
"homepage": "https://github.com/mdevils/node-jscs",
88
"license": "MIT",
@@ -51,7 +51,6 @@
5151
"test": "npm run lint && mocha",
5252
"browserify": "browserify --standalone JscsStringChecker lib/string-checker.js -o jscs-browser.js",
5353
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:'%s (%an)' | grep -v 'Merge pull request'",
54-
5554
"prepublish": "node publish/prepublish",
5655
"postpublish": "node publish/postpublish"
5756
},

0 commit comments

Comments
 (0)