Skip to content

Commit

Permalink
Merge c3a1da9 into 94895c6
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjscott committed Nov 18, 2018
2 parents 94895c6 + c3a1da9 commit 96f6ff5
Show file tree
Hide file tree
Showing 6 changed files with 361 additions and 152 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js

This file was deleted.

13 changes: 4 additions & 9 deletions package.json
Expand Up @@ -19,9 +19,9 @@
"url"
],
"scripts": {
"fix": "eslint . --fix",
"lint": "eslint .",
"test": "yarn run lint && nyc mocha --timeout 15000",
"fix": "standard --fix",
"lint": "standard",
"test": "standard && nyc mocha --timeout 15000",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
Expand All @@ -35,19 +35,14 @@
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"dirty-chai": "^2.0.1",
"eslint": "^5.4.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.1.0",
"fs-extra": "^7.0.0",
"looks-same": "^3.3.0",
"mocha": "^5.2.0",
"nock": "^9.6.1",
"nyc": "^12.0.2",
"semantic-release": "^15.9.9",
"sinon": "^6.1.5",
"standard": "^12.0.1",
"travis-deploy-once": "^5.0.2"
}
}

0 comments on commit 96f6ff5

Please sign in to comment.