Skip to content

Commit

Permalink
Feature: version config to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
up1512001 committed Feb 2, 2024
1 parent ee383f2 commit 2eae543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions DockerFileFolder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@black1512/docker-repos",
"version": "2.0.0",
"version": "3.0.0",
"description": "This is package.json for learning how to push docker image to registry.",
"main": "index.js",
"scripts": {
Expand All @@ -14,9 +14,6 @@
"repository": {
"url": "git://github.com/black1512/docker-repos.git."
},
"publishConfig": {
"@black1512:registry": "https://npm.pkg.github.com"
},
"license": "MIT",
"dependencies": {
"config": "^3.3.6",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@black1512/docker-repos",
"version": "2.0.0",
"version": "3.0.0",
"description": "This is package.json for learning how to push docker image to registry.",
"main": "index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"url": "git://github.com/black1512/docker-repos.git."
},
"publishConfig": {
"@black1512:registry": "https://npm.pkg.github.com"
"@black1512:registry": "https://ghcr.io"
},
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 2eae543

Please sign in to comment.