Skip to content

Commit

Permalink
add src files back into npm distributions to make source maps work
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Jan 9, 2024
1 parent 4dc55eb commit a2777b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 31 deletions.
13 changes: 2 additions & 11 deletions lib/sqlsync-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,13 @@
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
"homepage": "https://sqlsync.dev",
"license": "Apache-2.0",
"keywords": [
"sqlsync",
"sql",
"database",
"sqlite",
"offline-first",
"local-first"
],
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first"],
"repository": {
"type": "git",
"url": "https://github.com/orbitinghail/sqlsync"
},
"type": "module",
"files": [
"dist"
],
"files": ["dist", "src"],
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
Expand Down
14 changes: 2 additions & 12 deletions lib/sqlsync-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,13 @@
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
"homepage": "https://sqlsync.dev",
"license": "Apache-2.0",
"keywords": [
"sqlsync",
"sql",
"database",
"sqlite",
"offline-first",
"local-first",
"solid-js"
],
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first", "solid-js"],
"repository": {
"type": "git",
"url": "https://github.com/orbitinghail/sqlsync"
},
"type": "module",
"files": [
"dist"
],
"files": ["dist", "src"],
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
Expand Down
10 changes: 2 additions & 8 deletions lib/sqlsync-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,15 @@
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
"homepage": "https://sqlsync.dev",
"license": "Apache-2.0",
"keywords": [
"sqlsync",
"sql",
"database",
"sqlite",
"offline-first",
"local-first"
],
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first"],
"repository": {
"type": "git",
"url": "https://github.com/orbitinghail/sqlsync"
},
"type": "module",
"files": [
"dist",
"src",
"sqlsync-wasm/pkg/sqlsync_wasm.js",
"sqlsync-wasm/pkg/sqlsync_wasm.d.ts",
"sqlsync-wasm/pkg/sqlsync_wasm_bg.wasm"
Expand Down

0 comments on commit a2777b5

Please sign in to comment.