Skip to content

Commit 4d3186f

Browse files
committed
Remove unused dependency make-dir
1 parent 404b825 commit 4d3186f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "plugin/index.js",
66
"dependencies": {
77
"chalk": "^3.0.0",
8-
"make-dir": "^3.0.0",
98
"pa11y": "^5.3.0"
109
},
1110
"scripts": {

plugin/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// } = require('process');
55

66
const chalk = require('chalk');
7-
const makeDir = require('make-dir');
8-
const pa11y = require('pa11y');
97
const path = require('path');
108
const pluginCore = require('./pluginCore');
119

0 commit comments

Comments
 (0)