Skip to content

Commit 28d621d

Browse files
authored
Update package.json
Update links to the new github organization
1 parent 24c3e00 commit 28d621d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql.js",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
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",
@@ -30,13 +30,13 @@
3030
"test-wasm-debug": "node test/all.js wasm-debug",
3131
"doc": "jsdoc -c .jsdoc.config.json"
3232
},
33-
"homepage": "http://github.com/kripken/sql.js",
33+
"homepage": "http://github.com/sql-js/sql.js",
3434
"repository": {
3535
"type": "git",
36-
"url": "http://github.com/kripken/sql.js.git"
36+
"url": "http://github.com/sql-js/sql.js.git"
3737
},
3838
"bugs": {
39-
"url": "https://github.com/kripken/sql.js/issues"
39+
"url": "https://github.com/sql-js/sql.js/issues"
4040
},
4141
"devDependencies": {
4242
"eslint": "^6.8.0",

0 commit comments

Comments
 (0)