We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9db42b commit 989fd96Copy full SHA for 989fd96
package.json
@@ -6,7 +6,9 @@
6
"main": "dist/index.js",
7
"module": "dist/index.mjs",
8
"types": "dist/index.d.ts",
9
- "files": ["dist"],
+ "files": [
10
+ "dist"
11
+ ],
12
"scripts": {
13
"build": "tsup",
14
"dev": "tsup --watch",
@@ -62,6 +64,6 @@
62
64
"license": "ISC",
63
65
"repository": {
66
"type": "git",
- "url": "https://github.com/t-trafer/keyboard-manager-pro.git"
67
+ "url": "git+https://github.com/t-trafer/keyboard-manager-pro.git"
68
}
69
0 commit comments