Move patch-package to devDependencies

This module is not required for production code.
This commit is contained in:
Daz DeBoer 2022-03-18 05:57:43 -06:00
parent d700906a15
commit b64a252d1c
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 117 additions and 31 deletions

View file

@ -31,7 +31,6 @@
"@actions/glob": "0.2.1",
"@actions/http-client": "1.0.11",
"@actions/tool-cache": "1.7.2",
"patch-package": "6.4.7",
"string-argv": "0.3.1"
},
"devDependencies": {
@ -46,6 +45,7 @@
"jest": "27.5.1",
"jest-circus": "27.5.1",
"js-yaml": "4.1.0",
"patch-package": "6.4.7",
"prettier": "2.6.0",
"ts-jest": "27.1.3",
"typescript": "4.6.2"