Tweaked the package.json

The build failed, so tweaked the line about bugs
This commit is contained in:
Juan Gallardo
2014-05-23 18:41:56 -07:00
parent 6f0b015353
commit d5bbc734fc
+1 -3
View File
@@ -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"
}