Skip to content

Commit

Permalink
Merge cca628a into 9928aae
Browse files Browse the repository at this point in the history
  • Loading branch information
segayuu committed Oct 26, 2018
2 parents 9928aae + cca628a commit aa6a6dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .jscsrc

This file was deleted.

1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ node_js:

script:
- npm run eslint
- npm run jscs
- npm run test-cov

after_script:
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index",
"scripts": {
"eslint": "eslint .",
"jscs": "jscs .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
Expand Down Expand Up @@ -36,13 +35,11 @@
},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^1.10.3",
"eslint-config-hexo": "^1.0.2",
"eslint": "^5.7.0",
"eslint-config-hexo": "^3.0.0",
"hexo": "^3.7.1",
"hexo-fs": "^1.0.0",
"istanbul": "^0.4.1",
"jscs": "^2.6.0",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^2.3.4",
"sinon": "^1.17.3",
"supertest": "^1.2.0",
Expand Down

0 comments on commit aa6a6dc

Please sign in to comment.