updated package.json

This commit is contained in:
Gavin McDonald
2019-01-06 16:49:31 -05:00
parent fcd521991d
commit a5bcda516a

View File

@@ -1,6 +1,6 @@
{ {
"name": "tessellate", "name": "tessellate",
"version": "1.0.0", "version": "1.1.0",
"description": "", "description": "",
"main": "./public/js/tessellate.js", "main": "./public/js/tessellate.js",
"scripts": { "scripts": {
@@ -9,14 +9,14 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://gitlab.com/mcdoh/tessellate.git" "url": "git+https://gitea.daggertrout.com/mcdoh/Tessellate"
}, },
"author": "", "author": "Gavin McDonald",
"license": "ISC", "license": "",
"bugs": { "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": { "devDependencies": {
"babel-core": "^6.26.3", "babel-core": "^6.26.3",
"babel-loader": "^7.1.4", "babel-loader": "^7.1.4",