From 319539e09f9dac46224acaad7799fcde0bad4ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Gonz=C3=A1lez?= Date: Fri, 17 Feb 2017 15:49:35 +0100 Subject: [PATCH 1/4] Maybe this is the first one that actually WORKS --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c21bc8..753f3b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "constellation-canvas", "description": "draws cute animated canvas constellations", - "version": "1.4.3", + "version": "1.5.0", "author": "Laura mayhem", "bugs": { "url": "https://github.com/walaura/constellation/issues", From 201d68c57b039af414c3c8ae0eb21bc6c468294a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Gonz=C3=A1lez?= Date: Fri, 17 Feb 2017 23:46:30 +0100 Subject: [PATCH 2/4] freer! i think --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 753f3b0..b47680a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "constellation-canvas", "description": "draws cute animated canvas constellations", - "version": "1.5.0", + "version": "1.5.1", "author": "Laura mayhem", "bugs": { "url": "https://github.com/walaura/constellation/issues", @@ -40,7 +40,7 @@ "frontend", "javascript" ], - "license": "GPL-3.0", + "license": "ISC", "main": "./dist/constellation.min.js", "repository": { "type": "git", From 1c63424ed132efa8f0ca3c0c81d8c102895d43b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Gonz=C3=A1lez?= Date: Sun, 19 Feb 2017 10:08:02 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f57262..14f780f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Then just import it and feed it some parameters. There's a full list below. ## Usage (browser) -Grab the [latest release](https://github.com/lawwrr/constellation/releases) and drop it in as a script tag. `window.constellation` will appear +Grab the [latest release](https://github.com/walaura/constellation/releases) and drop it in as a script tag. `window.constellation` will appear From 8c15e7c613e4d789e69713f36474bebeda237dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Gonz=C3=A1lez?= Date: Sun, 19 Feb 2017 10:08:24 +0100 Subject: [PATCH 4/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b47680a..3075d72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "constellation-canvas", "description": "draws cute animated canvas constellations", - "version": "1.5.1", + "version": "1.5.2", "author": "Laura mayhem", "bugs": { "url": "https://github.com/walaura/constellation/issues",