Update bower.json (#342)

Error thrown if using `bower.json` to require files.
`.npmignore` contains `dist`.
This commit is contained in:
Matt Campbell 2016-12-12 18:13:53 -05:00 committed by Andrew E. Rhyne
parent e58d54b46f
commit 41002f1c7c

View File

@ -1,6 +1,6 @@
{
"name": "visionmedia-debug",
"main": "dist/debug.js",
"main": "./debug.js",
"homepage": "https://github.com/visionmedia/debug",
"authors": [
"TJ Holowaychuk <tj@vision-media.ca>",