Skip to content

Commit 5ef1920

Browse files
committed
Move from node-dev to Node's new --watch option
1 parent 29c1170 commit 5ef1920

File tree

2 files changed

+1
-245
lines changed

2 files changed

+1
-245
lines changed

package-lock.json

Lines changed: 0 additions & 243 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"/overrides"
1515
],
1616
"scripts": {
17-
"start": "node-dev ./bin/run start",
17+
"start": "node --watch ./bin/run start",
1818
"build:src": "npm-run-all build:src:clean build:src:ts",
1919
"build:src:clean": "rimraf lib/",
2020
"build:src:ts": "tsc --build --force",
@@ -121,7 +121,6 @@
121121
"klaw": "^4.0.1",
122122
"mocha": "^10.1.0",
123123
"needle": "^2.4.0",
124-
"node-dev": "^6.4.0",
125124
"node-noop": "^1.0.0",
126125
"npm-run-all": "^4.1.5",
127126
"request": "^2.88.0",

0 commit comments

Comments
 (0)