Skip to content

Commit

Permalink
Merge pull request #719 from ehmicky/master
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
paulmillr committed May 21, 2018
2 parents 8e5d416 + a3316f7 commit 5261384
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,5 +1,6 @@
node_modules
test-fixtures
coverage
*.bak
*.log
.nyc_output
package-lock.json
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ os:
- linux
- osx
script:
- npm run ci-test
- npm run test
after_script:
- npm run coveralls
sudo: false
11 changes: 5 additions & 6 deletions package.json
Expand Up @@ -22,20 +22,19 @@
},
"license": "MIT",
"scripts": {
"test": "istanbul test node_modules/mocha/bin/_mocha",
"ci-test": "istanbul cover _mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls"
"test": "nyc mocha --exit",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"files": [
"index.js",
"lib/"
],
"devDependencies": {
"chai": "^3.2.0",
"coveralls": "^2.11.2",
"coveralls": "^3.0.1",
"graceful-fs": "4.1.4",
"istanbul": "^0.3.20",
"mocha": "^3.0.0",
"mocha": "^5.2.0",
"nyc": "^11.8.0",
"rimraf": "^2.4.3",
"sinon": "^1.10.3",
"sinon-chai": "^2.6.0"
Expand Down

0 comments on commit 5261384

Please sign in to comment.