Make browserify point to the correct Filer distribution when including filer in 3rd party browserify builds

This commit is contained in:
Kieran Sedgwick 2014-05-27 10:46:23 -04:00
parent baf593ee82
commit 2c1ccdd9f1
1 changed files with 2 additions and 1 deletions

View File

@ -49,5 +49,6 @@
"mocha": "~1.18.2",
"semver": "^2.3.0"
},
"main": "./src/index.js"
"main": "./src/index.js",
"browser": "./dist/filer.min.js"
}