Skip to content

Commit 61045b0

Browse files
author
regisrex
committed
chore: release v0.1.6
1 parent 063bea0 commit 61045b0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"author": {
1010
"name": "Regis NDIZIHIWE",
1111
"email": "[email protected]",
12-
"url": "https://github.com/regisreex"
12+
"url": "https://github.com/regisrex"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/ndzhwr/json-base.git"
16+
"url": "git+https://github.com/regisrex/json-base.git"
1717
},
1818
"engines": {
1919
"node": ">=8.10.0"
@@ -25,9 +25,10 @@
2525
"database",
2626
"javascript",
2727
"typescript",
28-
"ndzhwr",
28+
"regisrex",
2929
"lightweight",
3030
"json-base",
31+
"json database package npm",
3132
"json orm"
3233
],
3334
"license": "MIT",
@@ -38,7 +39,8 @@
3839
"cli:init": " node dist/cli/index.js --init",
3940
"cli:help": " node dist/cli/index.js --help",
4041
"dev": "npx nodemon dist/index.js",
41-
"test": "vitest"
42+
"test": "vitest",
43+
"prepublish": "npm run build"
4244
},
4345
"bin": {
4446
"json-base": "dist/cli/index.js"

0 commit comments

Comments
 (0)