Skip to content

Commit

Permalink
move npm-check to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Diana Shkolnikov authored Mar 27, 2017
1 parent ebac214 commit 71ad451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"devDependencies": {
"jshint": "^2.8.0",
"npm-check": "^5.4.0",
"precommit-hook": "^3.0.0",
"tap-dot": "^1.0.5",
"tape": "^4.6.3",
"semantic-release": "^6.3.2"
},
"dependencies": {
"lodash": "^4.17.4",
"npm-check": "^5.4.0"
"lodash": "^4.17.4"
},
"pre-commit": [
"lint",
Expand Down

0 comments on commit 71ad451

Please sign in to comment.