We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9b995 commit d82809aCopy full SHA for d82809a
gulpfile.babel.js
@@ -2,8 +2,6 @@ import babel from 'gulp-babel';
2
import del from 'del';
3
import eslint from 'gulp-eslint';
4
import gulp from 'gulp';
5
-import istanbul from 'gulp-babel-istanbul';
6
-import mocha from 'gulp-mocha';
7
8
const runEslint = () =>
9
gulp
package.json
@@ -56,9 +56,7 @@
56
"estraverse-fb": "^1.3.1",
57
"gulp": "^3.9.1",
58
"gulp-babel": "^7.0.0",
59
- "gulp-babel-istanbul": "^1.6.0",
60
"gulp-eslint": "^4.0.0",
61
- "gulp-mocha": "^4.3.1",
62
"mocha": "^3.4.2",
63
"pg-native": "^2.0.1"
64
}
0 commit comments