Skip to content

Commit

Permalink
update. knock on gulp: is this thing still on?
Browse files Browse the repository at this point in the history
  • Loading branch information
bevacqua committed Mar 21, 2019
1 parent dd62eaf commit 328b64b
Show file tree
Hide file tree
Showing 3 changed files with 4,358 additions and 32 deletions.
31 changes: 0 additions & 31 deletions bower.json

This file was deleted.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ gulp.task('watch', ['styles:dev', 'build-only']);
gulp.task('bump', function () {
var bumpType = process.env.BUMP || 'patch'; // major.minor.patch

return gulp.src(['./package.json', './bower.json'])
return gulp.src(['./package.json'])
.pipe(bump({ type: bumpType }))
.pipe(gulp.dest('./'));
});
Expand Down
Loading

0 comments on commit 328b64b

Please sign in to comment.