From 72d743d14b493462348d8f0ea547f8d407e8a1b7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 21 May 2013 08:41:28 +0300 Subject: [PATCH] package.json: Add bugs property. --- package.json | 3 +++ 1 file changed, 3 insertions(+) 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" }, -- 2.34.1