update/package.json scripts
This commit is contained in:
1 file changed
+3
-3
+3
-3
@@ -2,10 +2,10 @@
|
|||||||
"name": "retirementcalculator",
|
"name": "retirementcalculator",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Retirement Calculator",
|
"description": "Retirement Calculator",
|
||||||
"main": "index.js",
|
"main": "./src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node /src/app.js",
|
"start": "node ./src/app.js",
|
||||||
"dev": "nodemon /src/app.js"
|
"dev": "nodemon ./src/app.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in new issue
Block a user