Skip to content

Commit 0db0f5a

Browse files
committed
add additional links
1 parent 38bfcc5 commit 0db0f5a

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
@@ -19,8 +19,16 @@
1919
"build:client": "npm run mkdir:dist && browserify client/index.ts -p [ tsify --noImplicitAny ] > dist/sqlsimpleparser.js",
2020
"mkdir:dist": "node ./build/createDistFolder.js"
2121
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/funktechno/sql-simple-parser.git"
25+
},
2226
"author": "lastlink",
2327
"license": "MIT",
28+
"bugs": {
29+
"url": "https://github.com/funktechno/sql-simple-parser/issues"
30+
},
31+
"homepage": "https://github.com/funktechno/sql-simple-parser#readme",
2432
"devDependencies": {
2533
"@types/jest": "^29.0.3",
2634
"@types/lodash": "^4.14.185",

0 commit comments

Comments
 (0)