Skip to content

Commit

Permalink
Merge pull request #3 from Codigami/master-upgrade-to-v8
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
kunalkapadia committed Aug 29, 2017
2 parents cb7eed4 + c16d413 commit c6e7dc7
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 67 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -16,7 +16,7 @@
},
"scripts": {
"start": "node index.js",
"lint": "eslint *.js server test && echo Lint Passed ❤",
"lint": "eslint *.js server test config bin && echo Lint Passed ❤",
"test": "NODE_ENV=test istanbul --include-all-sources cover _mocha -- -u bdd $(find test -name '*.js') && istanbul check-coverage && echo All tests passed 👍",
"precommit": "yarn lint && yarn test",
"report-coverage": "codeclimate-test-reporter < ./coverage/lcov.info"
Expand All @@ -28,21 +28,21 @@
"bunyan": "1.8.12",
"config": "1.26.2",
"glob": "7.1.2",
"good": "7.2.0",
"good": "7.3.0",
"good-console": "6.4.0",
"hapi": "16.5.2",
"hapi-swagger": "7.7.0",
"hapi-swagger": "7.7.1",
"http-status": "1.0.1",
"inert": "4.2.1",
"joi": "10.6.0",
"lodash": "4.17.4",
"newrelic": "2.1.0",
"newrelic": "2.2.0",
"vision": "4.1.1"
},
"devDependencies": {
"chai": "4.1.1",
"codeclimate-test-reporter": "0.5.0",
"eslint": "4.4.1",
"eslint": "4.5.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.1",
Expand Down

0 comments on commit c6e7dc7

Please sign in to comment.