Skip to content

Commit

Permalink
Upgrade gulp-shared-tasks 0.27.18 -> 0.27.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Apr 17, 2019
1 parent f698c6e commit ba22bf5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

const gulpSharedTasks = require('gulp-shared-tasks')

gulpSharedTasks.buildRegister()

const { runProd, runDev, runDebug } = require('./gulp/run.js')

module.exports = {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"execa": "^1.0.0",
"gulp": "^4.0.0",
"gulp-execa": "^0.2.2",
"gulp-shared-tasks": "^0.27.18",
"gulp-shared-tasks": "^0.27.19",
"husky": "^1.3.1",
"nodemon": "^1.18.11"
},
Expand Down

0 comments on commit ba22bf5

Please sign in to comment.