Skip to content

Commit

Permalink
chore(package) rm jshint, jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 27, 2018
1 parent 4523df2 commit 7f07665
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@
"test": "tape test/*.js",
"watcher": "nodemon -w test -w lib --exec",
"watch:test": "npm run watcher -- npm test",
"jscs": "jscs --esnext lib test",
"jshint": "jshint lib test",
"eslint": "eslint lib test",
"lint": "redrun jshint jscs",
"lint": "redrun eslit",
"build": "redrun clean init 6to5 legacy:* bundle bundle:es6 minify",
"minify": "minify dist/nessy.js > dist/nessy.min.js",
"wisdom": "npm run build",
"jscs-fix": "npm run jscs --fix",
"init": "mkdirp dist legacy",
"clean": "rimraf legacy dist",
"bundle:base": "browserify -s nessy --ng false",
Expand Down Expand Up @@ -49,8 +46,6 @@
"browserify": "^16.0.0",
"coveralls": "^3.0.0",
"eslint": "^5.6.0",
"jscs": "^3.0.1",
"jshint": "^2.8.0",
"minify": "^3.0.0",
"nodemon": "^1.10.2",
"nyc": "^12.0.2",
Expand Down

0 comments on commit 7f07665

Please sign in to comment.