Remove unused dependencies (#7454)

Replace util.promisify with node internal version
This commit is contained in:
Daniel Tschinder
2018-02-28 16:59:28 +01:00
committed by Henry Zhu
parent 586ba35950
commit 007f8d19b3
3 changed files with 3 additions and 19 deletions

View File

@@ -58,10 +58,8 @@
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-stream": "^1.24.1",
"semver": "^5.0.0",
"through2": "^2.0.0",
"uglify-js": "^2.4.16",
"util.promisify": "^1.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"webpack": "^3.4.1",