Skip to content

Commit

Permalink
Browser field in package.json isn't required [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Nov 29, 2016
1 parent 51fe456 commit 943be17
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/protobuf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/protobuf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/protobuf.min.js.gz
Binary file not shown.
6 changes: 0 additions & 6 deletions package.json
Expand Up @@ -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
}
}
2 changes: 1 addition & 1 deletion tests/data/package.proto
Expand Up @@ -22,6 +22,6 @@ message Package {
map<string, string> dependencies = 13;
map<string, string> optionalDependencies = 14;
map<string, string> devDependencies = 15;
map<string, bool> browser = 16;
// map<string, bool> browser = 16;
string types = 17;
}

0 comments on commit 943be17

Please sign in to comment.