Skip to content

Commit 9d731a5

Browse files
committed
Added publish config and changed from private to public.
1 parent c533779 commit 9d731a5

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
@@ -1,14 +1,16 @@
11
{
22
"name": "@powersync/sql-js",
3-
"private": "true",
43
"version": "0.0.0",
4+
"publishConfig": {
5+
"registry": "https://registry.npmjs.org/",
6+
"access": "public"
7+
},
58
"description": "SQL.js fork for for JourneyApps PowerSync",
69
"type": "module",
710
"main": "sql-asm.js",
811
"author": "JOURNEYAPPS",
912
"license": "MIT",
1013
"files": [
11-
"lib",
1214
"dist"
1315
],
1416
"repository": {

0 commit comments

Comments
 (0)