From 89a3c9f4525e7fb0f1aefcee06a0eb8e69580ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 21 Aug 2015 17:36:48 +0200 Subject: [PATCH] Include bugs URL in package files. --- bower.json | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index b6d5696f..0841c8f1 100644 --- a/bower.json +++ b/bower.json @@ -7,6 +7,7 @@ "type": "git", "url": "git://github.com/paperjs/paper.js" }, + "bugs": "https://github.com/paperjs/paper.js/issues", "authors": [ "Jürg Lehni (http://scratchdisk.com)", "Jonathan Puckey (http://studiomoniker.com)" diff --git a/package.json b/package.json index 44f1bd63..522ee81a 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "type": "git", "url": "git://github.com/paperjs/paper.js" }, + "bugs": "https://github.com/paperjs/paper.js/issues", "contributors": [ "Jürg Lehni (http://scratchdisk.com)", "Jonathan Puckey (http://studiomoniker.com)" @@ -17,7 +18,7 @@ "files": [ "AUTHORS.md", "dist/", - "examples/Node.js", + "examples/", "LICENSE.txt", "README.md" ],