Move dependency to correct place

This commit is contained in:
Jacob Wallraff
2023-01-24 15:43:30 -08:00
parent 0e09a923d3
commit 0cecfddb66
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@
},
"dependencies": {
"@github/actions-expressions": "^0.1.96",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},
"engines": {
+15
View File
@@ -86,6 +86,7 @@
"license": "MIT",
"dependencies": {
"@github/actions-expressions": "^0.1.96",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},
"devDependencies": {
@@ -5296,6 +5297,14 @@
"node": ">= 6"
}
},
"node_modules/cronstrue": {
"version": "2.21.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.21.0.tgz",
"integrity": "sha512-YxabE1ZSHA1zJZMPCTSEbc0u4cRRenjqqTgCwJT7OvkspPSvfYFITuPFtsT+VkBuavJtFv2kJXT+mKSnlUJxfg==",
"bin": {
"cronstrue": "bin/cli.js"
}
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -14573,6 +14582,7 @@
"@types/jest": "^29.0.3",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"cronstrue": "*",
"eslint": "7.32.0",
"jest": "^29.0.3",
"prettier": "^2.7.1",
@@ -18165,6 +18175,11 @@
}
}
},
"cronstrue": {
"version": "2.21.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.21.0.tgz",
"integrity": "sha512-YxabE1ZSHA1zJZMPCTSEbc0u4cRRenjqqTgCwJT7OvkspPSvfYFITuPFtsT+VkBuavJtFv2kJXT+mKSnlUJxfg=="
},
"cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",