Skip to content

Commit

Permalink
chore: release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
regisrex committed Jan 23, 2024
1 parent 063bea0 commit 61045b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"author": {
"name": "Regis NDIZIHIWE",
"email": "[email protected]",
"url": "https://github.com/regisreex"
"url": "https://github.com/regisrex"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ndzhwr/json-base.git"
"url": "git+https://github.com/regisrex/json-base.git"
},
"engines": {
"node": ">=8.10.0"
Expand All @@ -25,9 +25,10 @@
"database",
"javascript",
"typescript",
"ndzhwr",
"regisrex",
"lightweight",
"json-base",
"json database package npm",
"json orm"
],
"license": "MIT",
Expand All @@ -38,7 +39,8 @@
"cli:init": " node dist/cli/index.js --init",
"cli:help": " node dist/cli/index.js --help",
"dev": "npx nodemon dist/index.js",
"test": "vitest"
"test": "vitest",
"prepublish": "npm run build"
},
"bin": {
"json-base": "dist/cli/index.js"
Expand Down

0 comments on commit 61045b0

Please sign in to comment.