chore: bump package

This commit is contained in:
Dwi Siswanto 2023-08-15 01:12:20 +07:00
parent dd97b7e007
commit 8485ba730b
No known key found for this signature in database
GPG Key ID: D192CC08161630BD
3 changed files with 8 additions and 8 deletions

2
node_modules/.package-lock.json generated vendored
View File

@ -1,5 +1,5 @@
{
"name": "docker-slim-actions",
"name": "docker-slim-action",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "docker-slim-actions",
"name": "docker-slim-action",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "docker-slim-actions",
"name": "docker-slim-action",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "docker-slim-actions",
"version": "1.0.0",
"name": "docker-slim-action",
"version": "1.0.1",
"description": "Minify container image by up to 30x (and for compiled languages even more) making it secure too!",
"main": "dist/index.js",
"scripts": {
@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitabisa/docker-slim-actions.git"
"url": "git+https://github.com/kitabisa/docker-slim-action.git"
},
"keywords": [
"docker",
@ -21,9 +21,9 @@
"author": "dwisiswant0",
"license": "MIT",
"bugs": {
"url": "https://github.com/kitabisa/docker-slim-actions/issues"
"url": "https://github.com/kitabisa/docker-slim-action/issues"
},
"homepage": "https://github.com/kitabisa/docker-slim-actions#readme",
"homepage": "https://github.com/kitabisa/docker-slim-action#readme",
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",