- Removed path dependency

This commit is contained in:
Ferdi Koomen 2020-11-20 22:06:16 +01:00
parent b3ba14aa33
commit c6ff135a93
2 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,6 @@
"handlebars": "4.7.6",
"js-yaml": "3.14.0",
"mkdirp": "1.0.4",
"path": "0.12.7",
"rimraf": "3.0.2"
},
"devDependencies": {

View File

@ -65,6 +65,7 @@ module.exports = {
'fs',
'os',
'util',
'path',
'http',
'https',
'handlebars/runtime',