Skip to content

Commit

Permalink
fix: remove unused npm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 16, 2016
1 parent 822394a commit 00ae0b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// import
var gulp = require('gulp')
var fs = require('fs')
var sourcemaps = require('gulp-sourcemaps')
var standard = require('gulp-standard')

// primary tasks
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-standard": "^8.0.3",
"husky": "^0.12.0",
"mkpath": "^1.0.0",
Expand Down

0 comments on commit 00ae0b1

Please sign in to comment.