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",