Skip to content

Commit

Permalink
Update dist files for 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed May 16, 2018
1 parent 243b098 commit 2c2ffbc
Show file tree
Hide file tree
Showing 8 changed files with 193 additions and 181 deletions.
164 changes: 85 additions & 79 deletions dist/protobuf-light.min.js

Large diffs are not rendered by default.

Binary file modified dist/protobuf-light.min.js.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions dist/protobuf-light.min.map

Large diffs are not rendered by default.

196 changes: 101 additions & 95 deletions dist/protobuf.min.js

Large diffs are not rendered by default.

Binary file modified dist/protobuf.min.js.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions dist/protobuf.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/build.js
Expand Up @@ -49,5 +49,5 @@ scope = { VERSION: pkg.version };
console.log("Updating bower.json with scope", JSON.stringify(scope, null, 2));
fs.writeFileSync(
path.join(rootDir, "bower.json"),
MetaScript.transform(fs.readFileSync(filename = path.join(srcDir, "bower.json")), filename, scope, srcDir)
MetaScript.transform(fs.readFileSync(filename = path.join(srcDir, "bower.json.in")), filename, scope, srcDir)
);
File renamed without changes.

0 comments on commit 2c2ffbc

Please sign in to comment.