diff --git a/package-lock.json b/package-lock.json index b18bebf..42f3ddc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typst", - "version": "0.10.0-4", + "version": "0.10.0-5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "typst", - "version": "0.10.0-4", + "version": "0.10.0-5", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index cf80314..00179da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typst", - "version": "0.10.0-4", + "version": "0.10.0-5", "description": "A new markup-based typesetting system that is powerful and easy to learn.", "keywords": [ "typesetting", @@ -12,9 +12,9 @@ "markdown", "pdf" ], - "homepage": "https://typst.app/", - "bugs": "https://github.com/jcbhmr/typst.js/issues", - "repository": "github:jcbhmr/typst.js", + "homepage": "https://typst.app", + "bugs": "https://github.com/typst-community/typst.js/issues", + "repository": "github:typst-community/typst.js", "license": "Apache-2.0", "contributors": [ "Jacob Hummer (https://jcbhmr.me/)"