(fix):Update package.json

-Remove Deprecated Package reference to EmAnt's repo.
-Update reference to freeCodeCamp's repository.

Closes freeCodeCamp#10.
This commit is contained in:
Michael Melton 2019-05-13 21:28:19 -04:00
parent 45a0ca7816
commit bd86168a57

View file

@ -5,7 +5,7 @@
"express": "^4.14.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"fcc-express-bground": "https://github.com/Em-Ant/fcc-express-bground-pkg.git"
"fcc-express-bground": "https://github.com/freeCodeCamp/fcc-express-bground-pkg.git"
},
"main": "server.js",
"scripts": {