This commit is contained in:
Jeff Dickey 2023-03-06 09:39:09 -06:00
parent 66624fec34
commit 819c65c8c0
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "typescript-action",
"version": "0.0.0",
"version": "1.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "typescript-action",
"version": "0.0.0",
"version": "1.1.1",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View file

@ -1,6 +1,6 @@
{
"name": "typescript-action",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"description": "TypeScript template action",
"main": "lib/main.js",