From d7936e17b6dc4fc49326c159de8cf2f9c8ccb11a Mon Sep 17 00:00:00 2001 From: Lau Bismaquer Date: Thu, 2 Mar 2017 20:03:41 +0100 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37fdabe..ff705aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "constellation-canvas", "description": "draws cute animated canvas constellations", - "version": "1.5.4", + "version": "1.5.5", "author": "Laura mayhem", "bugs": { "url": "https://github.com/walaura/constellation/issues", From df33cdc810d212c3cef3d86c30b896694d48e372 Mon Sep 17 00:00:00 2001 From: Lau Bismaquer Date: Thu, 2 Mar 2017 20:05:55 +0100 Subject: [PATCH 2/2] Update .eslintrc.json --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4fa51af..c0e0934 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,8 +2,8 @@ "env": { "browser": true, "commonjs": true, - "mocha": true, - "phantomjs": true, + "mocha": true, + "phantomjs": true, "es6": true }, "extends": "eslint:recommended",