This commit is contained in:
github-actions
2023-01-10 00:12:40 +00:00
parent 695221622e
commit b02eaa37b2
7 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-workflow-parser",
"version": "0.1.76",
"version": "0.1.77",
"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.76",
"@github/actions-expressions": "^0.1.77",
"yaml": "^2.0.0-8"
},
"engines": {
@@ -60,4 +60,4 @@
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}
}