Skip to content

Commit

Permalink
chore(package): delete jscs dependency (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin authored and tomap committed Dec 1, 2018
1 parent c54e016 commit 93f51cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .jscsrc

This file was deleted.

1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,6 @@ node_js:

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

after_script:
Expand Down
3 changes: 0 additions & 3 deletions package.json
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,8 +35,6 @@
"babel-eslint": "^8.0.3",
"eslint-config-hexo": "^3.0.0",
"istanbul": "^0.4.5",
"jscs": "^3.0.7",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^5.2.0"
}
}

0 comments on commit 93f51cc

Please sign in to comment.