package.json: Add bugs property.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 21 May 2013 05:41:28 +0000 (08:41 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 23 May 2013 18:17:48 +0000 (21:17 +0300)
package.json

index ddeb97b..b19c32f 100644 (file)
@@ -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"
   },