From ab7a59a8754a6884a5bd7109033b775c79414922 Mon Sep 17 00:00:00 2001 From: Ali Al Dallal Date: Tue, 10 Jun 2014 11:46:11 -0700 Subject: [PATCH] Remove builtin option from browserify --- bower.json | 2 +- gruntfile.js | 1 - package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index cba5d92..e7e8ff3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "filer", - "version": "0.0.11", + "version": "0.0.10", "main": "dist/filer.js", "devDependencies": { "mocha": "1.17.1", diff --git a/gruntfile.js b/gruntfile.js index 8113ed4..4f16804 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -57,7 +57,6 @@ module.exports = function(grunt) { dest: "./dist/filer.js", options: { browserifyOptions: { - builtins: false, commondir: false }, bundleOptions: { diff --git a/package.json b/package.json index bad81d3..2e93433 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "idb", "websql" ], - "version": "0.0.11", + "version": "0.0.10", "author": "Alan K (http://blog.modeswitch.org)", "homepage": "http://js-platform.github.io/filer", "bugs": "https://github.com/js-platform/filer/issues",