Skip to content

Commit e586289

Browse files
committed
Removed nodemon as grind-framework@0.4.1 supports watch natively now
1 parent e2c0c9c commit e586289

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

bin/watch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
source ${0%/*}/.init
44

5-
exec nodemon boot/Http.js
5+
exec babel-node boot/Http.js --watch=app,config $@

nodemon.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"version": "0.4.0",
44
"private": true,
55
"dependencies": {
6-
"grind-cli": "^0.4.0",
6+
"grind-core": "^0.4.1",
77
"grind-db": "^0.4.0",
8-
"grind-framework": "^0.4.0",
98
"grind-orm": "^0.4.0",
109
"grind-swagger": "^0.4.0",
1110
"sqlite3": "^3.1.3"
@@ -21,8 +20,7 @@
2120
"eslint": "^2.13.1",
2221
"eslint-config-grind": "^1.0.1",
2322
"eslint-plugin-grind": "^1.1.0",
24-
"eslint-plugin-import-auto-name": "^1.0.1",
25-
"nodemon": "^1.10.0"
23+
"eslint-plugin-import-auto-name": "^1.0.1"
2624
},
2725
"engines": {
2826
"node": ">=5.10 <7.0"

0 commit comments

Comments
 (0)