Skip to content

Commit

Permalink
[Tests] remove jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 24, 2018
1 parent b9caf7c commit 3fd3a62
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -11,9 +11,7 @@
"tests-only": "node --harmony --es-staging test",
"posttest": "npm run security",
"coverage": "covert test.js",
"lint": "npm run jscs && npm run eslint",
"jscs": "jscs test.js *.js",
"eslint": "eslint test.js *.js",
"lint": "eslint test.js *.js",
"security": "nsp check"
},
"repository": {
Expand All @@ -35,7 +33,6 @@
"foreach": "^2.0.5",
"indexof": "^0.0.1",
"is": "^3.2.1",
"jscs": "^3.0.7",
"nsp": "^3.2.1",
"semver": "^5.5.0",
"tape": "^4.9.0"
Expand Down

0 comments on commit 3fd3a62

Please sign in to comment.