Remove builtin option from browserify
This commit is contained in:
parent
cba19693ac
commit
ab7a59a875
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "filer",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.10",
|
||||
"main": "dist/filer.js",
|
||||
"devDependencies": {
|
||||
"mocha": "1.17.1",
|
||||
|
|
|
@ -57,7 +57,6 @@ module.exports = function(grunt) {
|
|||
dest: "./dist/filer.js",
|
||||
options: {
|
||||
browserifyOptions: {
|
||||
builtins: false,
|
||||
commondir: false
|
||||
},
|
||||
bundleOptions: {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue