diff --git a/package.json b/package.json index be86c6b..f68e8c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@moduletrace/nodecid", - "version": "1.0.0", + "version": "1.0.1", "description": "Simple CI/CD process", "main": "dist/index.js", "bin": { @@ -15,6 +15,10 @@ "Continuous Integration", "Continous Deployment" ], + "repository": { + "type": "git", + "url": "https://git.tben.me/Moduletrace/nodecid.git" + }, "author": "Benjamin Toby", "license": "MIT", "dependencies": { diff --git a/publish.sh b/publish.sh index 763a50d..30ebeea 100755 --- a/publish.sh +++ b/publish.sh @@ -11,4 +11,4 @@ fi git add . git commit -m "$msg" git push -npm publish +bun publish