We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa044dd commit b6a5df8Copy full SHA for b6a5df8
1 file changed
package.json
@@ -5,6 +5,10 @@
5
"keywords": [],
6
"license": "MIT",
7
"author": "",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/KarinJS/plugins-list"
11
+ },
12
"type": "module",
13
"exports": {
14
".": "./types.ts"
@@ -18,4 +22,4 @@
18
22
"pub": "npm publish --access public",
19
23
"sync": "curl -X PUT \"https://registry-direct.npmmirror.com/-/package/@karinjs/plugins-list/syncs\""
20
24
}
21
-}
25
+}
0 commit comments