File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 22
33source ${0%/* } /.init
44
5- exec nodemon boot/Http.js
5+ exec babel-node boot/Http.js --watch=app,config $@
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments