Skip to content

Commit 2c2ffbc

Browse files
committed
Update dist files for 5.0.3
1 parent 243b098 commit 2c2ffbc

8 files changed

+193
-181
lines changed

dist/protobuf-light.min.js

+85-79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/protobuf-light.min.js.gz

709 Bytes
Binary file not shown.

dist/protobuf-light.min.map

+3-3
Large diffs are not rendered by default.

dist/protobuf.min.js

+101-95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/protobuf.min.js.gz

688 Bytes
Binary file not shown.

dist/protobuf.min.map

+3-3
Large diffs are not rendered by default.

scripts/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ scope = { VERSION: pkg.version };
4949
console.log("Updating bower.json with scope", JSON.stringify(scope, null, 2));
5050
fs.writeFileSync(
5151
path.join(rootDir, "bower.json"),
52-
MetaScript.transform(fs.readFileSync(filename = path.join(srcDir, "bower.json")), filename, scope, srcDir)
52+
MetaScript.transform(fs.readFileSync(filename = path.join(srcDir, "bower.json.in")), filename, scope, srcDir)
5353
);

src/bower.json src/bower.json.in

File renamed without changes.

0 commit comments

Comments
 (0)