Add rimraf dev dependency (https://github.com/woocommerce/woocommerce-admin/pull/7485)
This commit is contained in:
parent
8f7101711d
commit
7abbc6942b
|
@ -36,6 +36,7 @@
|
||||||
"@types/puppeteer": "5.4.3",
|
"@types/puppeteer": "5.4.3",
|
||||||
"@typescript-eslint/eslint-plugin": "4.22.1",
|
"@typescript-eslint/eslint-plugin": "4.22.1",
|
||||||
"jest-mock-extended": "1.0.18",
|
"jest-mock-extended": "1.0.18",
|
||||||
|
"rimraf": "3.0.2",
|
||||||
"typescript": "4.2.4"
|
"typescript": "4.2.4"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
Loading…
Reference in New Issue