Skip to content

Commit 08de6ff

Browse files
committed
chore(gulp): remove undefined task jscs
1 parent 28fe5c1 commit 08de6ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gulp.task('lint', function () {
3838
})
3939

4040
gulp.task('tdd', function (done) {
41-
gulp.watch(paths.all, ['jscs', 'lint'])
41+
gulp.watch(paths.all, ['lint'])
4242

4343
var config = testConfig(
4444
{

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"eslint": "^3.8.1",
2626
"gulp": "^3.9.1",
2727
"gulp-htmlmin": "^3.0.0",
28-
"gulp-jscs": "^4.0.0",
2928
"gulp-jshint": "^2.0.1",
3029
"gulp-standard": "^8.0.2",
3130
"jasmine-core": "^2.5.2",

0 commit comments

Comments
 (0)