Skip to content

Commit 8ec782e

Browse files
committed
Remove unused jscs dependency
1 parent c979770 commit 8ec782e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

circle.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
test:
22
override:
33
- nvm install 0.12 && npm test
4-
- nvm install 4 && npm test
5-
- nvm install 5 && npm test
4+
- nvm install 4 && npm run style && npm test
5+
- nvm install 5 && npm run style && npm test
66
post:
7-
- npm install
8-
- npm test
7+
- nvm install 5 && npm install && npm run style && npm test
98
- cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"scripts": {
3939
"style": "eslint src/*.js",
4040
"coverage": "istanbul cover _mocha -- -u exports -R spec ./test/**/*",
41-
"test": "npm run style && npm run coverage",
41+
"test": "npm run coverage",
4242
"codacy": "npm run coverage && cat ./coverage/lcov.info | codacy-coverage",
4343
"preversion": "npm test",
4444
"postversion": "git push && git push --tags"
@@ -49,7 +49,7 @@
4949
"main": "./src/main.js",
5050
"dependencies": {
5151
"copy-paste": "^1.3.0",
52-
"diff2html": "^2.0.0-rc.9",
52+
"diff2html": "^2.0.1",
5353
"extend": "^3.0.0",
5454
"open": "0.0.5",
5555
"request": "^2.73.0",
@@ -61,7 +61,6 @@
6161
"eslint-plugin-promise": "^1.3.2",
6262
"eslint-plugin-standard": "^1.3.2",
6363
"istanbul": "^0.4.4",
64-
"jscs": "^3.0.6",
6564
"mocha": "^2.5.3"
6665
},
6766
"license": "MIT",

0 commit comments

Comments
 (0)