Skip to content

Commit

Permalink
feat: updated package name and added standard-version command
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLzq committed Sep 28, 2021
1 parent d10fa01 commit d0d0906
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"cSpell.words": [
"AGPL",
"LGPL",
"anthonylzq",
"eslintignore",
"fullname",
"LGPL",
"nargs",
"unlicense"
]
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "simba.js",
"name": "@anthonylzq/simba.js",
"version": "1.0.0",
"description": "set up a modern backend app by running one command",
"main": "lib/index.js",
Expand All @@ -8,7 +8,8 @@
"lib": "lib"
},
"scripts": {
"service": "node ./bin"
"service": "node ./bin",
"release": "standard-version"
},
"bin": {
"simba": "bin"
Expand Down

0 comments on commit d0d0906

Please sign in to comment.