Fix typo
This commit is contained in:
parent
bd7c1aa9bc
commit
fb815863d6
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"run": "npde server/server.js",
|
"run": "node server/server.js",
|
||||||
"start": "nodemon server/server.js"
|
"start": "nodemon server/server.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user