Skip to content

Commit

Permalink
1.5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
s-a committed Aug 7, 2015
1 parent d266acb commit be59cea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iron-node",
"version": "1.5.23",
"version": "1.5.24",
"description": "Debug Node.js code on the fly with Chrome Developer Tools on Linux, Windows and OS X.",
"main": "index.js",
"bin": {
Expand All @@ -17,7 +17,8 @@
"bump": "npm version patch && git push && git push --tags && npm publish"
},
"pre-commit": [
"test", "mdlint"
"test",
"mdlint"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit be59cea

Please sign in to comment.