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 c533779 commit 9d731a5Copy full SHA for 9d731a5
package.json
@@ -1,14 +1,16 @@
1
{
2
"name": "@powersync/sql-js",
3
- "private": "true",
4
"version": "0.0.0",
+ "publishConfig": {
5
+ "registry": "https://registry.npmjs.org/",
6
+ "access": "public"
7
+ },
8
"description": "SQL.js fork for for JourneyApps PowerSync",
9
"type": "module",
10
"main": "sql-asm.js",
11
"author": "JOURNEYAPPS",
12
"license": "MIT",
13
"files": [
- "lib",
14
"dist"
15
],
16
"repository": {
0 commit comments