Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from TestArmada/readme
Browse files Browse the repository at this point in the history
add missing dependencies
  • Loading branch information
archlichking committed Aug 1, 2017
2 parents 2056543 + 16a34f3 commit c6f600b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"test": "./node_modules/.bin/mocha --recursive test",
"lint": "./node_modules/.bin/eslint src/**",
"coverage": "npm run lint && ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive test",
"upload-coverage": "./node_modules/.bin/codecov --root=./"
"upload-coverage": "./node_modules/.bin/codecov --root=."
},
"repository": {
"type": "git",
Expand All @@ -33,6 +33,7 @@
"babel-eslint": "^7.1.1",
"chai": "^3.4.1",
"chai-as-promised": "^6.0.0",
"codecov": "^1.0.1",
"eslint": "^3.12.2",
"eslint-config-walmart": "^1.1.0",
"eslint-plugin-filenames": "^1.1.0",
Expand Down

0 comments on commit c6f600b

Please sign in to comment.