From d654110066e563c1d2fd3be9b3e76e0f66af73c4 Mon Sep 17 00:00:00 2001 From: Mauro Reis Vieira Date: Fri, 25 Oct 2019 21:16:19 +0100 Subject: [PATCH] fix: package json file. --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 17a9cacf..01d43bbc 100755 --- a/package.json +++ b/package.json @@ -1,15 +1,16 @@ { "name": "Meetio-Theme", "version": "3.0.0", - "description": "Meetio is the most powerful theme for Sublime Text 3 with different Scheme variations only for 3176+ version.", + "description": "The most powerful and adaptive theme for Sublime Text 3", "bugs": { - "url": "https://github.com/mauroreisvieira/meetio/issues" + "url": "https://github.com/meetio-theme/sublime-meetio-theme/issues" }, "author": "Mauro Reis Vieira ", "license": "MIT", "keywords": [ "sublime-text", - "theme" + "scheme", + "theme", ], "scripts": { "build:themes": "node src/themes.js",