Skip to content

Commit 2c2ffbc

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

File tree

8 files changed

+193
-181
lines changed

8 files changed

+193
-181
lines changed

dist/protobuf-light.min.js

Lines changed: 85 additions & 79 deletions
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

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

dist/protobuf.min.js

Lines changed: 101 additions & 95 deletions
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

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

scripts/build.js

Lines changed: 1 addition & 1 deletion
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
);
File renamed without changes.

0 commit comments

Comments
 (0)