Remove builtin option from browserify

This commit is contained in:
Ali Al Dallal 2014-06-10 11:46:11 -07:00
parent cba19693ac
commit ab7a59a875
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "filer",
"version": "0.0.11",
"version": "0.0.10",
"main": "dist/filer.js",
"devDependencies": {
"mocha": "1.17.1",

View File

@ -57,7 +57,6 @@ module.exports = function(grunt) {
dest: "./dist/filer.js",
options: {
browserifyOptions: {
builtins: false,
commondir: false
},
bundleOptions: {

View File

@ -11,7 +11,7 @@
"idb",
"websql"
],
"version": "0.0.11",
"version": "0.0.10",
"author": "Alan K <ack@modeswitch.org> (http://blog.modeswitch.org)",
"homepage": "http://js-platform.github.io/filer",
"bugs": "https://github.com/js-platform/filer/issues",