Skip to content

Commit ff3fd07

Browse files
committed
Added two new members in the about-Us section
1 parent 1a7c979 commit ff3fd07

File tree

2 files changed

+263
-229
lines changed

2 files changed

+263
-229
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"main": "index.js",
1010
"scripts": {
1111
"start": "cross-env NODE_ENV=production node dist",
12-
"build": "rm -rf dist/ && babel src/ -d dist/ --copy-files",
13-
"start-dev": "cross-env NODE_ENV=development ./node_modules/.bin/nodemon --exec babel-node ./src/index.js",
12+
"build": "rm -rf dist/ && babel src/ -d dist/ --copy-files",
13+
"start-dev": "cross-env NODE_ENV=development ./node_modules/.bin/nodemon --exec babel-node ./src/index.js",
1414
"test": "cross-env NODE_ENV=test nyc --reporter=html --reporter=text mocha --timeout 20000 -r @babel/register ./src/tests/ --exit",
1515
"heroku-postbuild": "cross-env NODE_ENV=production npm run build"
1616
},
@@ -44,7 +44,6 @@
4444
"cross-env": "^6.0.3",
4545
"debug": "^4.1.1",
4646
"dotenv": "^8.1.0",
47-
"cross-env": "^6.0.3",
4847
"ejs": "^2.7.1",
4948
"express": "^4.17.1",
5049
"express-device": "^0.4.2",

0 commit comments

Comments
 (0)