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", "name": "filer",
"version": "0.0.11", "version": "0.0.10",
"main": "dist/filer.js", "main": "dist/filer.js",
"devDependencies": { "devDependencies": {
"mocha": "1.17.1", "mocha": "1.17.1",

View File

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

View File

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