Skip to content

Commit 60ffc4a

Browse files
committed
New release
1 parent 487e832 commit 60ffc4a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ that shows this in action.
158158

159159
## Demo
160160

161-
See the [demo](https://github.com/tomayac/sqlite-wasm/tree/main/demo) folder for
161+
See the [demo](https://github.com/sqlite/sqlite-wasm/tree/main/demo) folder for
162162
examples of how to use this in the main thread and in a worker. (Note that the
163163
worker variant requires special HTTP headers, so it can't be hosted on GitHub
164164
Pages.) An example that shows how to use this with vite is available on

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlite.org/sqlite-wasm",
3-
"version": "3.43.0-build2",
3+
"version": "3.43.0-build3",
44
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
55
"keywords": [
66
"sqlite",
@@ -43,14 +43,14 @@
4343
},
4444
"repository": {
4545
"type": "git",
46-
"url": "git+https://github.com/tomayac/sqlite-wasm.git"
46+
"url": "git+https://github.com/sqlite/sqlite-wasm.git"
4747
},
4848
"author": "Thomas Steiner (tomac@google.com)",
4949
"license": "Apache-2.0",
5050
"bugs": {
51-
"url": "https://github.com/tomayac/sqlite-wasm/issues"
51+
"url": "https://github.com/sqlite/sqlite-wasm/issues"
5252
},
53-
"homepage": "https://github.com/tomayac/sqlite-wasm#readme",
53+
"homepage": "https://github.com/sqlite/sqlite-wasm#readme",
5454
"devDependencies": {
5555
"cheerio": "^1.0.0-rc.12",
5656
"decompress": "^4.2.1",

0 commit comments

Comments
 (0)