Skip to content

Commit

Permalink
Move klaw to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Jan 3, 2017
1 parent de1d483 commit fa40883
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 @@ -34,12 +34,12 @@
"license": "MIT",
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^2.1.0",
"klaw": "^1.0.0"
"jsonfile": "^2.1.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.4.5",
"klaw": "^1.0.0",
"minimist": "^1.1.1",
"mocha": "^3.1.2",
"proxyquire": "^1.7.10",
Expand Down

0 comments on commit fa40883

Please sign in to comment.