Skip to content

Commit

Permalink
Merge pull request #174 from Ennyola/Develop
Browse files Browse the repository at this point in the history
Added two new members in the about-Us section
  • Loading branch information
shonubijerry authored Oct 24, 2019
2 parents 1a7c979 + a2afcbe commit cc00ab8
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 229 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node dist",
"build": "rm -rf dist/ && babel src/ -d dist/ --copy-files",
"start-dev": "cross-env NODE_ENV=development ./node_modules/.bin/nodemon --exec babel-node ./src/index.js",
"build": "rm -rf dist/ && babel src/ -d dist/ --copy-files",
"start-dev": "cross-env NODE_ENV=development ./node_modules/.bin/nodemon --exec babel-node ./src/index.js",
"test": "cross-env NODE_ENV=test nyc --reporter=html --reporter=text mocha --timeout 20000 -r @babel/register ./src/tests/ --exit",
"heroku-postbuild": "cross-env NODE_ENV=production npm run build"
},
Expand Down Expand Up @@ -44,7 +44,6 @@
"cross-env": "^6.0.3",
"debug": "^4.1.1",
"dotenv": "^8.1.0",
"cross-env": "^6.0.3",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-device": "^0.4.2",
Expand Down
Loading

0 comments on commit cc00ab8

Please sign in to comment.