From d5bbc734fc65db2c4e82d5092537f49a71c8c28e Mon Sep 17 00:00:00 2001 From: Juan Gallardo Date: Fri, 23 May 2014 18:41:56 -0700 Subject: [PATCH] Tweaked the package.json The build failed, so tweaked the line about bugs --- ajax/libs/wavesurfer.js/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ajax/libs/wavesurfer.js/package.json b/ajax/libs/wavesurfer.js/package.json index 64e97c87f..5ecb156bd 100644 --- a/ajax/libs/wavesurfer.js/package.json +++ b/ajax/libs/wavesurfer.js/package.json @@ -9,8 +9,6 @@ }, "author": "", "license": "CC-BY 3.0", - "bugs": { - "url": "https://github.com/katspaugh/wavesurfer.js/issues" - }, + "bugs": "https://github.com/katspaugh/wavesurfer.js/issues", "homepage": "https://github.com/katspaugh/wavesurfer.js" } \ No newline at end of file