diff --git a/dist/protobuf.js b/dist/protobuf.js index ce0958dd3..dc28fb01c 100644 --- a/dist/protobuf.js +++ b/dist/protobuf.js @@ -1,6 +1,6 @@ /*! * protobuf.js v6.0.0 (c) 2016 Daniel Wirtz - * Compiled Tue, 29 Nov 2016 21:14:25 UTC + * Compiled Tue, 29 Nov 2016 21:30:41 UTC * Licensed under the Apache License, Version 2.0 * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/protobuf.min.js b/dist/protobuf.min.js index 03014e3ca..fd26fd5db 100644 --- a/dist/protobuf.min.js +++ b/dist/protobuf.min.js @@ -1,6 +1,6 @@ /*! * protobuf.js v6.0.0 (c) 2016 Daniel Wirtz - * Compiled Tue, 29 Nov 2016 21:14:25 UTC + * Compiled Tue, 29 Nov 2016 21:30:41 UTC * Licensed under the Apache License, Version 2.0 * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/protobuf.min.js.gz b/dist/protobuf.min.js.gz index 05768c242..60f95ba18 100644 Binary files a/dist/protobuf.min.js.gz and b/dist/protobuf.min.js.gz differ diff --git a/package.json b/package.json index c1eec061c..245409fd5 100644 --- a/package.json +++ b/package.json @@ -64,11 +64,5 @@ "vinyl-source-stream": "^1.1.0", "zuul": "^3.11.1", "zuul-ngrok": "^4.0.0" - }, - "browser": { - "process": false, - "_process": false, - "buffer": false, - "fs": false } } diff --git a/tests/data/package.proto b/tests/data/package.proto index c569dd8bf..cbc7e5b61 100644 --- a/tests/data/package.proto +++ b/tests/data/package.proto @@ -22,6 +22,6 @@ message Package { map dependencies = 13; map optionalDependencies = 14; map devDependencies = 15; - map browser = 16; + // map browser = 16; string types = 17; }