update package-lock.json version (#17)

pull/18/head v0.2.1
Dmitry Shibanov 3 years ago committed by GitHub
parent 64f299c71b
commit c79b33d62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
package-lock.json generated

@ -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",

@ -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": {

Loading…
Cancel
Save