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

Commit

Permalink
1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Jun 26, 2014
1 parent c4dd30e commit 1282db9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Marat Dulin <[email protected]>",
"description": "JavaScript Code Style",
"name": "jscs",
"version": "1.5.4",
"version": "1.5.5",
"main": "lib/checker",
"homepage": "https://github.com/mdevils/node-jscs",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,6 @@
"test": "npm run lint && mocha",
"browserify": "browserify --standalone JscsStringChecker lib/string-checker.js -o jscs-browser.js",
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:'%s (%an)' | grep -v 'Merge pull request'",

"prepublish": "node publish/prepublish",
"postpublish": "node publish/postpublish"
},
Expand Down

0 comments on commit 1282db9

Please sign in to comment.