From: XhmikosR Date: Tue, 21 May 2013 05:41:28 +0000 (+0300) Subject: package.json: Add bugs property. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=72d743d14b493462348d8f0ea547f8d407e8a1b7;p=clean-css.git package.json: Add bugs property. --- diff --git a/package.json b/package.json index ddeb97b3..b19c32f3 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "type": "git", "url": "https://github.com/GoalSmashers/clean-css.git" }, + "bugs": { + "url": "https://github.com/GoalSmashers/clean-css/issues" + }, "bin": { "cleancss": "./bin/cleancss" },