From 140faea41b37e32c05c193c21babebc950aa0e76 Mon Sep 17 00:00:00 2001 From: mferrarini Date: Wed, 11 Oct 2023 16:45:16 -0400 Subject: [PATCH] Update package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e4426a8..224e6f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirador-share-plugin", - "version": "0.14.0", + "version": "0.15.0", "description": "mirador-share-plugin React component", "main": "lib/index.js", "module": "es/index.js", @@ -10,6 +10,10 @@ "lib", "umd" ], + "repository": { + "type": "git", + "url": "git@github.com:ProjectMirador/mirador-share-plugin.git" + }, "scripts": { "build": "nwb build-react-component", "clean": "nwb clean-module && nwb clean-demo",