Fix some issues + last stand

Signed-off-by: Josef Fröhle <github@josef-froehle.de>
This commit is contained in:
2020-06-25 14:57:42 +02:00
parent 4a2526d691
commit 63024ffe8f
22 changed files with 1977 additions and 590 deletions

View File

@@ -10,7 +10,11 @@
"build": "gulp build",
"clean": "gulp clean",
"bundler": "gulp bundler",
"start": "gulp"
"start": "gulp",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"graceful-fs": "4.2.3"
},
"dependencies": {},
"devDependencies": {