Skip to content

Commit

Permalink
remove gulp-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
cancerberoSgx committed Nov 12, 2018
1 parent be436af commit 35785c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"browserify": "^16.2.3",
"gulp": "^3.9.1",
"gulp-jasmine-browser": "^4.0.2",
"gulp-watch": "^5.0.1",
"jasmine": "^3.3.0",
"puppeteer": "^1.3.0",
"tslint": "^5.11.0",
Expand Down
1 change: 0 additions & 1 deletion spec/gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var gulp = require('gulp')
var jasmineBrowser = require('gulp-jasmine-browser')
var watch = require('gulp-watch')

const src = ['../dist/bundle.js', '../dist/assets/**/*']

Expand Down

0 comments on commit 35785c8

Please sign in to comment.