Skip to content

Commit 2e7fd92

Browse files
committed
chore: add repository, bugs, and homepage fields to package.json
1 parent affef64 commit 2e7fd92

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"version": "0.1.0",
44
"description": "Type-safe {{variable}} templating for .sql files with built-in injection protection",
55
"author": "bug3",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/bug3/sql-render.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/bug3/sql-render/issues"
12+
},
13+
"homepage": "https://github.com/bug3/sql-render#readme",
614
"main": "./dist/index.cjs",
715
"module": "./dist/index.mjs",
816
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)