Skip to content

Commit c6ff135

Browse files
committed
- Removed path dependency
1 parent b3ba14a commit c6ff135

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"handlebars": "4.7.6",
6767
"js-yaml": "3.14.0",
6868
"mkdirp": "1.0.4",
69-
"path": "0.12.7",
7069
"rimraf": "3.0.2"
7170
},
7271
"devDependencies": {

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module.exports = {
6565
'fs',
6666
'os',
6767
'util',
68+
'path',
6869
'http',
6970
'https',
7071
'handlebars/runtime',

0 commit comments

Comments
 (0)