Skip to content

Commit

Permalink
Remove util.promisify
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 19, 2019
1 parent 114f892 commit 4efb933
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 70 deletions.
68 changes: 1 addition & 67 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"is-ci": "^2.0.0",
"nyc": "^13.3.0",
"plugin-error": "^1.0.1",
"release-it": "^10.1.0",
"util.promisify": "^1.0.0"
"release-it": "^10.1.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
3 changes: 2 additions & 1 deletion src/utils/watch.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict'

const promisify = require('util.promisify')
const { promisify } = require('util')

const { watch, series, parallel } = require('gulp')

const FILES = require('../files')
Expand Down

0 comments on commit 4efb933

Please sign in to comment.