diff --git a/package.json b/package.json index ebc8e546..55a52798 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "manifesto3d.js", - "version" : "4.3.0-draft3dapi.0.5.0", + "version" : "0.5.0", "description": "IIIF Presentation API utility library for client and server with 3D extension", "main": "./dist-commonjs/index.js", "module": "./dist-esmodule/index.js", @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/IIIF-Commons/manifesto.git" + "url": "git+https://github.com/IIIF-Commons/manifesto-3d.git" }, "keywords": [ "IIIF" @@ -33,9 +33,9 @@ "author": "@edsilv", "license": "MIT", "bugs": { - "url": "https://github.com/IIIF-Commons/manifesto/issues" + "url": "https://github.com/IIIF-Commons/manifesto-3d/issues" }, - "homepage": "https://github.com/vincentmarchetti/manifesto", + "homepage": "https://iiif-commons.github.io/manifesto-3d/", "dependencies": { "@edsilv/http-status-codes": "^1.0.3", "@iiif/vocabulary": "^1.0.26",