Skip to content

Commit 58bd257

Browse files
chore: rename to @gemini-testing/sql.js
1 parent bef7e0e commit 58bd257

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "sql.js",
3-
"version": "1.8.0",
2+
"name": "@gemini-testing/sql.js",
3+
"version": "1.8.1",
44
"description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).",
55
"keywords": [
66
"sql",
@@ -32,13 +32,13 @@
3232
"test-wasm-debug": "node --unhandled-rejections=strict test/all.js wasm-debug",
3333
"doc": "jsdoc -c .jsdoc.config.json"
3434
},
35-
"homepage": "http://github.com/sql-js/sql.js",
35+
"homepage": "https://github.com/gemini-testing/sql.js",
3636
"repository": {
3737
"type": "git",
38-
"url": "http://github.com/sql-js/sql.js.git"
38+
"url": "http://github.com/gemini-testing/sql.js.git"
3939
},
4040
"bugs": {
41-
"url": "https://github.com/sql-js/sql.js/issues"
41+
"url": "https://github.com/gemini-testing/sql.js/issues"
4242
},
4343
"devDependencies": {
4444
"clean-jsdoc-theme": "^3.3.4",

0 commit comments

Comments
 (0)