Skip to content

Commit

Permalink
Merge pull request #2 from YoshinoriN/update-devDependencies
Browse files Browse the repository at this point in the history
Update devDependencies and delete jscs
  • Loading branch information
segayuu authored Sep 24, 2018
2 parents 49b1a52 + 24434a3 commit 0b1cff4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 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 @@ -13,7 +13,6 @@ node_js:

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

after_script:
Expand Down
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "lib/pagination",
"scripts": {
"eslint": "eslint .",
"jscs": "jscs .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
Expand All @@ -22,13 +21,11 @@
"author": "Tommy Chen <[email protected]> (http://zespia.tw)",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.12.0",
"eslint-config-hexo": "^1.0.3",
"istanbul": "^0.4.3",
"jscs": "^3.0.4",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^2.5.3"
"chai": "^4.1.2",
"eslint": "^5.6.0",
"eslint-config-hexo": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
"dependencies": {
"object-assign": "^4.1.0",
Expand Down

0 comments on commit 0b1cff4

Please sign in to comment.