Skip to content

Commit

Permalink
Upgrade mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
james committed Nov 28, 2018
1 parent d49f533 commit ba38e1c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 130 deletions.
164 changes: 36 additions & 128 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"license": "MIT",
"scripts": {
"test": "mocha src/index.test.js",
"test_lib": "mocha lib/index.test.js",
"coverage": "istanbul cover _mocha -- -R spec src/index.test.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"build": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
"prepublish": "npm run build"
"prepublishOnly": "npm run build && npm run test_lib"
},
"repository": {
"type": "git",
Expand All @@ -28,7 +29,7 @@
"devDependencies": {
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.1",
"mocha": "^5.2.0",
"standard": "^10.0.2"
},
"babel": {
Expand Down

0 comments on commit ba38e1c

Please sign in to comment.