update package-lock.json version (#17)

This commit is contained in:
Dmitry Shibanov 2022-11-22 13:39:07 +01:00 committed by GitHub
parent 64f299c71b
commit c79b33d62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "publish-action", "name": "publish-action",
"version": "0.1.0", "version": "0.2.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "publish-action", "name": "publish-action",
"version": "0.1.0", "version": "0.2.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.7", "@actions/core": "^1.2.7",

View File

@ -1,6 +1,6 @@
{ {
"name": "publish-action", "name": "publish-action",
"version": "0.1.0", "version": "0.2.1",
"description": "Update the major version tag (v1, v2, etc.) to point to the specified tag", "description": "Update the major version tag (v1, v2, etc.) to point to the specified tag",
"main": "lib/main.js", "main": "lib/main.js",
"scripts": { "scripts": {