Updates
This commit is contained in:
parent
c09409e182
commit
2118f04b63
@ -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": {
|
||||
|
@ -11,4 +11,4 @@ fi
|
||||
git add .
|
||||
git commit -m "$msg"
|
||||
git push
|
||||
npm publish
|
||||
bun publish
|
||||
|
Loading…
Reference in New Issue
Block a user