return to master state

This commit is contained in:
aminamos
2020-04-07 08:52:28 -07:00
parent 93b3c2ac48
commit 332bc2d6bd
5 changed files with 11 additions and 205 deletions

View File

@@ -4,8 +4,7 @@
"description": "Source code for the Pluralsight course JavaScript Promises and Async Programming",
"main": "index.js",
"scripts": {
"dev": "nodemon ./index.js",
"secondary": "cross-env PORT=3001 nodemon ./index.js"
"dev": "nodemon ./index.js"
},
"repository": {
"type": "git",
@@ -18,11 +17,10 @@
},
"homepage": "https://github.com/taylonr/async-programming-promises#readme",
"dependencies": {
"cross-env": "^7.0.2",
"express": "^4.17.1",
"json-server": "^0.15.1"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}
}