From 61e97bda8322eea83203d7dff951ad319771d25a Mon Sep 17 00:00:00 2001 From: Juri Leino Date: Wed, 1 Apr 2020 22:13:12 +0200 Subject: [PATCH] chore: change package name and repo url --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b8c90c5..f69d4e7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "web-annotation-protocol", + "name": "web-annotation-service", "version": "1.0.0", "description": "aims to be an implementation of [Web Annotation Protocol](http://w3c.github.io/web-annotation/protocol/wd/) running as a service app on eXist-db.", "main": "gulpfile.js", @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "git@gitlab.existsolutions.com:foss/web-annotation-protocol.git" + "url": "https://github.com/eXistSolutions/web-annotation-service.git" }, "author": "", "license": "ISC"