From df5f47b2113ebe13ab5e81b5f14cbcb0fde09041 Mon Sep 17 00:00:00 2001 From: Jason San Jose Date: Thu, 5 Mar 2015 13:21:23 -0800 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 99e5c87..d81d9fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasonsanjose.brackets-sass", "title": "Brackets SASS", - "homepage": "https://github.com/jasonsanjose/brackets-sass", + "homepage": "https://github.com/jasonsanjose/brackets-sass/releases/tag/2.0.1", "author": "Jason San Jose (https://github.com/jasonsanjose)", "repository": { "type" : "git", @@ -12,7 +12,7 @@ "engines": { "brackets": ">=0.38" }, - "description": "Compiles SASS *.sass/*.scss files when changed. Updates styles during Live Preview. Experimental support for Quick Edit.", + "description": "***IMPORTANT*** Read \"More info...\" if you have issues removing or installing. Compiles SASS *.sass/*.scss files when changed. Updates styles during Live Preview. Experimental support for Quick Edit.", "keywords": ["sass", "scss", "live", "preview", "compile", "compiler", "preprocess", "preprocessor", "libsass", "node-sass"], "devDependencies": { "grunt": "0.4.1",