Skip to content

Commit 989fd96

Browse files
author
Nilesh
committed
chore: pkg fix
1 parent c9db42b commit 989fd96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
88
"types": "dist/index.d.ts",
9-
"files": ["dist"],
9+
"files": [
10+
"dist"
11+
],
1012
"scripts": {
1113
"build": "tsup",
1214
"dev": "tsup --watch",
@@ -62,6 +64,6 @@
6264
"license": "ISC",
6365
"repository": {
6466
"type": "git",
65-
"url": "https://github.com/t-trafer/keyboard-manager-pro.git"
67+
"url": "git+https://github.com/t-trafer/keyboard-manager-pro.git"
6668
}
6769
}

0 commit comments

Comments
 (0)