Skip to content

Commit

Permalink
- changed versioning, now seperated from original manifesto versioning
Browse files Browse the repository at this point in the history
- changed links
  • Loading branch information
luguenth committed May 24, 2024
1 parent 84f186d commit f48cee0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -25,17 +25,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/IIIF-Commons/manifesto.git"
"url": "git+https://github.com/IIIF-Commons/manifesto-3d.git"
},
"keywords": [
"IIIF"
],
"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",
Expand Down

0 comments on commit f48cee0

Please sign in to comment.