From aa0b3698147ac3b9a370348d6f91b6ae07305d6a Mon Sep 17 00:00:00 2001 From: Kazzkiq Date: Sun, 6 May 2018 01:57:40 -0300 Subject: [PATCH] Updating package.json links --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 20854cec..d8e1fd84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeflask", - "version": "1.0.1", + "version": "1.0.2", "description": "A micro code-editor for awesome web pages", "main": "build/codeflask.min.js", "files": [ @@ -36,7 +36,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/kazzkiq/CodeFlask.js.git" + "url": "git+https://github.com/kazzkiq/CodeFlask.git" }, "keywords": [ "code-editor", @@ -47,7 +47,7 @@ "author": "Claudio Holanda", "license": "MIT", "bugs": { - "url": "https://github.com/kazzkiq/CodeFlask.js/issues" + "url": "https://github.com/kazzkiq/CodeFlask/issues" }, - "homepage": "https://kazzkiq.github.io/CodeFlask.js/" + "homepage": "https://kazzkiq.github.io/CodeFlask/" }