Skip to content

Commit

Permalink
Upgraded to gulp 4
Browse files Browse the repository at this point in the history
  • Loading branch information
naikus committed Dec 29, 2018
1 parent ab66fef commit c9f29f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 70 deletions.
4 changes: 2 additions & 2 deletions Gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
var gulp = require("gulp"),
del = require("del"),
concat = require("gulp-concat"),
uglify = require("gulp-uglify"),
eventStream = require("event-stream");
uglify = require("gulp-uglify");
// eventStream = require("event-stream");


var config = {
Expand Down
67 changes: 0 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"homepage": "https://github.com/naikus/svg-gauge#readme",
"devDependencies": {
"del": "^3.0.0",
"event-stream": "^4.0.1",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
Expand Down

0 comments on commit c9f29f4

Please sign in to comment.