Skip to content

Commit

Permalink
update package dependencies and remove pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
s-a committed Aug 18, 2017
1 parent b33213d commit 34c868d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"homepage": "https://github.com/s-a/iron-node#readme",
"dependencies": {
"commander": "^2.9.0",
"deep-extend": "^0.4.1",
"deep-extend": "^0.5.0",
"electron": "^1.7.5",
"electron-recompile": "^1.0.16",
"markdown": "^0.5.0",
Expand All @@ -54,12 +54,11 @@
},
"devDependencies": {
"changelog": "^1.0.7",
"eslint": "^3.14.1",
"eslint-config-xo-space": "^0.14.0",
"eslint": "^4.4.1",
"eslint-config-xo-space": "^0.16.0",
"jshint": "^2.9.4",
"mdlint": "^0.1.0",
"mocha": "^2.5.3",
"pre-commit": "^1.2.2",
"should": "^8.4.0"
"mocha": "^3.5.0",
"should": "^11.2.1"
}
}

0 comments on commit 34c868d

Please sign in to comment.