Update package names

This commit is contained in:
Christopher Schleiden
2023-03-23 09:56:36 -07:00
committed by Christopher Schleiden
parent a4ce40af4d
commit 0ddee77479
6 changed files with 105 additions and 892 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-workflow-parser",
"version": "0.1.181",
"name": "@actions/workflow-parser",
"version": "0.1.152",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -40,7 +40,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-expressions": "^0.1.181",
"@actions/expressions": "^0.1.152",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},