Gulp fix for NodeJS 10

This commit is contained in:
2019-01-04 14:21:27 +01:00
parent 5f9406edd2
commit 1071915f27
2 changed files with 10 additions and 4 deletions

View File

@@ -26,7 +26,14 @@
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"natives": "^1.1.6",
"popper.js": "^1.14.4",
"video.js": "^7.2.2"
},
"__COMMENTS__": [
"natives@1.1.6 for Gulp 3.x on Node 10.x: https://github.com/gulpjs/gulp/issues/2162#issuecomment-385197164"
],
"resolutions": {
"natives": "1.1.6"
}
}