Skip to content

Commit

Permalink
rm unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Nov 19, 2018
1 parent 1d29956 commit a802b90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ const browserify = require('browserify')
const gulp = require('gulp')
const source = require('vinyl-source-stream')
const buffer = require('vinyl-buffer')
const rename = require('gulp-rename')
const gutil = require('gulp-util')
const uglify = require('gulp-uglify')
const babel = require('gulp-babel');
const cachebust = require('gulp-cache-bust');
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
"gulp-cache-bust": "^1.4.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"node-sass": "^4.9.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
Expand Down

0 comments on commit a802b90

Please sign in to comment.