Skip to content

Commit 489519f

Browse files
committed
Add repository field to package.json and create .npmignore file
1 parent b638185 commit 489519f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.npmignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/__tests__
2+
package*.json
3+
/node_modules
4+
/src
5+
/.npmrc
6+
.env*
7+
.gitignore
8+
/.github
9+
README.md
10+
/.vscode

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"name": "KingRayhan",
88
"url": "https://www.rayhan.dev"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/sqlkit-dev/sqlkit"
13+
},
1014
"type": "module",
1115
"main": "dist/index.js",
1216
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)