Skip to content

Commit

Permalink
Update: Remove 6to5 tests & devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 21, 2017
1 parent d35f33c commit fa3d06b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@
"v8flags": "^2.0.9"
},
"devDependencies": {
"6to5": "^2.9.4",
"code": "^1.2.1",
"coveralls": "^2.7.0",
"gulp": ">=3.8.10",
"istanbul": "^0.3.0",
"jscs": "^1.11.3",
"jshint": "^2.5.0",
"jshint-stylish": "^2.0.1",
Expand All @@ -51,8 +49,8 @@
"scripts": {
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
"lint": "jshint lib index.js --reporter node_modules/jshint-stylish --exclude node_modules && jscs index.js lib bin test",
"test": "npm run-script lint && lab -cv",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
"test": "npm run lint && lab -cv",
"coveralls": "lab -r lcov | coveralls"
},
"engines": {
"node": ">= 0.9"
Expand Down
17 changes: 0 additions & 17 deletions test/es6.js

This file was deleted.

9 changes: 0 additions & 9 deletions test/gulpfile.es6

This file was deleted.

0 comments on commit fa3d06b

Please sign in to comment.