Skip to content

Commit e3f8cee

Browse files
🎉 Bump version to 1.0.1 and add repository, homepage, bugs, and keywords fields in package.json
1 parent 746c88e commit e3f8cee

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

‎package.json‎

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-query-logger",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",
@@ -26,5 +26,21 @@
2626
},
2727
"peerDependencies": {
2828
"typescript": "^5"
29-
}
29+
},
30+
"repository": {
31+
"type": "git",
32+
"url": "https://github.com/max-programming/drizzle-query-logger"
33+
},
34+
"homepage": "https://github.com/max-programming/drizzle-query-logger#readme",
35+
"bugs": {
36+
"url": "https://github.com/max-programming/drizzle-query-logger/issues"
37+
},
38+
"keywords": [
39+
"drizzle",
40+
"orm",
41+
"logger",
42+
"query",
43+
"logging"
44+
],
45+
"license": "MIT"
3046
}

0 commit comments

Comments
 (0)