Set package versions to 0.0.0-development

This commit is contained in:
Christopher Schleiden
2023-02-24 09:30:31 -08:00
committed by Christopher Schleiden
parent b82ddcdb42
commit 47609bae76
6 changed files with 1608 additions and 13464 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/workflow-parser",
"version": "0.1.152",
"version": "0.0.0-development",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -40,7 +40,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.1.152",
"@actions/expressions": "*",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},