Skip to content

Commit f962a21

Browse files
chore: editor plugin registry entry (#18)
1 parent 75acbf4 commit f962a21

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

plugins/config-edit/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
"type": "module",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/powersync-ja/powersync-cli"
13+
},
14+
"publishConfig": {
15+
"access": "public",
16+
"registry": "https://registry.npmjs.org/"
17+
},
18+
"bugs": "https://github.com/powersync-ja/powersync-cli/issues",
1019
"files": [
1120
"dist",
1221
"editor-dist",

0 commit comments

Comments
 (0)