chore: try to debug action

This commit is contained in:
Alex Varchuk 2022-09-06 18:16:59 +03:00
parent 6a5cb8918c
commit 44d393e169
No known key found for this signature in database
GPG Key ID: F1FD9569DC4AED04
2 changed files with 2 additions and 8 deletions

View File

@ -26,8 +26,6 @@
"redoc-cli": "index.js" "redoc-cli": "index.js"
}, },
"devDependencies": { "devDependencies": {
"@types/chokidar": "^2.1.3",
"@types/handlebars": "^4.1.0",
"@types/mkdirp": "^1.0.1" "@types/mkdirp": "^1.0.1"
}, },
"engines": { "engines": {
@ -3354,8 +3352,7 @@
} }
}, },
"@types/chokidar": { "@types/chokidar": {
"version": "2.1.3", "version": "https://registry.npmjs.org/@types/chokidar/-/chokidar-2.1.3.tgz",
"resolved": "https://registry.npmjs.org/@types/chokidar/-/chokidar-2.1.3.tgz",
"integrity": "sha512-6qK3xoLLAhQVTucQGHTySwOVA1crHRXnJeLwqK6KIFkkKa2aoMFXh+WEi8PotxDtvN6MQJLyYN9ag9P6NLV81w==", "integrity": "sha512-6qK3xoLLAhQVTucQGHTySwOVA1crHRXnJeLwqK6KIFkkKa2aoMFXh+WEi8PotxDtvN6MQJLyYN9ag9P6NLV81w==",
"dev": true, "dev": true,
"requires": { "requires": {
@ -3363,8 +3360,7 @@
} }
}, },
"@types/handlebars": { "@types/handlebars": {
"version": "4.1.0", "version": "https://registry.npmjs.org/@types/handlebars/-/handlebars-4.1.0.tgz",
"resolved": "https://registry.npmjs.org/@types/handlebars/-/handlebars-4.1.0.tgz",
"integrity": "sha512-gq9YweFKNNB1uFK71eRqsd4niVkXrxHugqWFQkeLRJvGjnxsLr16bYtcsG4tOFwmYi0Bax+wCkbf1reUfdl4kA==", "integrity": "sha512-gq9YweFKNNB1uFK71eRqsd4niVkXrxHugqWFQkeLRJvGjnxsLr16bYtcsG4tOFwmYi0Bax+wCkbf1reUfdl4kA==",
"dev": true, "dev": true,
"requires": { "requires": {

View File

@ -28,8 +28,6 @@
"access": "public" "access": "public"
}, },
"devDependencies": { "devDependencies": {
"@types/chokidar": "^2.1.3",
"@types/handlebars": "^4.1.0",
"@types/mkdirp": "^1.0.1" "@types/mkdirp": "^1.0.1"
} }
} }