From f48cee06e014907a067928b84e8e6975184a17fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20G=C3=BCnther?= Date: Fri, 24 May 2024 10:52:26 +0000 Subject: [PATCH] - changed versioning, now seperated from original manifesto versioning - changed links --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",