Skip to content

Commit

Permalink
package.json: move npm-watch to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs committed Oct 15, 2016
1 parent d59ca25 commit c32226a
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 @@ -26,7 +26,6 @@
"debug": "~2.2.0",
"faye-websocket": "~0.10.0",
"livereload-js": "^2.2.2",
"npm-watch": "^0.1.6",
"qs": "^6.2.0"
},
"devDependencies": {
Expand All @@ -42,7 +41,8 @@
"gaze": "^1.1.2",
"mocha": "^2.3.3",
"standard-version": "^2.2.1",
"supertest": "^1.2.0"
"supertest": "^1.2.0",
"npm-watch": "^0.1.6"
},
"author": "mklabs",
"homepage": "https://github.com/mklabs/tiny-lr",
Expand Down

0 comments on commit c32226a

Please sign in to comment.