This commit is contained in:
Jeff Dickey 2023-03-06 09:38:55 -06:00
parent c8026e294c
commit 69d9eb201d
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": "0.0.0",
"version": "1.1.1",
"private": true,
"description": "TypeScript template action",
"main": "lib/main.js",