Skip to content

Commit fa3d06b

Browse files
committed
Update: Remove 6to5 tests & devDeps
1 parent d35f33c commit fa3d06b

File tree

3 files changed

+2
-30
lines changed

3 files changed

+2
-30
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@
3737
"v8flags": "^2.0.9"
3838
},
3939
"devDependencies": {
40-
"6to5": "^2.9.4",
4140
"code": "^1.2.1",
4241
"coveralls": "^2.7.0",
4342
"gulp": ">=3.8.10",
44-
"istanbul": "^0.3.0",
4543
"jscs": "^1.11.3",
4644
"jshint": "^2.5.0",
4745
"jshint-stylish": "^2.0.1",
@@ -51,8 +49,8 @@
5149
"scripts": {
5250
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
5351
"lint": "jshint lib index.js --reporter node_modules/jshint-stylish --exclude node_modules && jscs index.js lib bin test",
54-
"test": "npm run-script lint && lab -cv",
55-
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
52+
"test": "npm run lint && lab -cv",
53+
"coveralls": "lab -r lcov | coveralls"
5654
},
5755
"engines": {
5856
"node": ">= 0.9"

test/es6.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

test/gulpfile.es6

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)