From a5bcda516aca52375e73a637b4fcbeb609c43a6d Mon Sep 17 00:00:00 2001 From: Gavin McDonald Date: Sun, 6 Jan 2019 16:49:31 -0500 Subject: [PATCH] updated package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c4db78d..660abd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tessellate", - "version": "1.0.0", + "version": "1.1.0", "description": "", "main": "./public/js/tessellate.js", "scripts": { @@ -9,14 +9,14 @@ }, "repository": { "type": "git", - "url": "git+https://gitlab.com/mcdoh/tessellate.git" + "url": "git+https://gitea.daggertrout.com/mcdoh/Tessellate" }, - "author": "", - "license": "ISC", + "author": "Gavin McDonald", + "license": "", "bugs": { - "url": "https://gitlab.com/mcdoh/tessellate/issues" + "url": "https://gitea.daggertrout.com/mcdoh/Tessellate/issues" }, - "homepage": "https://gitlab.com/mcdoh/tessellate#README", + "homepage": "https://gitea.daggertrout.com/mcdoh/Tessellate#README", "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.4",