Skip to content

Commit c32226a

Browse files
committedOct 15, 2016
package.json: move npm-watch to devDependencies
1 parent d59ca25 commit c32226a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"debug": "~2.2.0",
2727
"faye-websocket": "~0.10.0",
2828
"livereload-js": "^2.2.2",
29-
"npm-watch": "^0.1.6",
3029
"qs": "^6.2.0"
3130
},
3231
"devDependencies": {
@@ -42,7 +41,8 @@
4241
"gaze": "^1.1.2",
4342
"mocha": "^2.3.3",
4443
"standard-version": "^2.2.1",
45-
"supertest": "^1.2.0"
44+
"supertest": "^1.2.0",
45+
"npm-watch": "^0.1.6"
4646
},
4747
"author": "mklabs",
4848
"homepage": "https://github.com/mklabs/tiny-lr",

0 commit comments

Comments
 (0)
Please sign in to comment.