Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Dec 15, 2016
1 parent f1110b0 commit 90b2012
Show file tree
Hide file tree
Showing 11 changed files with 232 additions and 232 deletions.
444 changes: 222 additions & 222 deletions dist/protobuf.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/protobuf.min.js

Large diffs are not rendered by default.

Binary file modified dist/protobuf.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/protobuf.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/runtime/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/runtime/protobuf.min.js

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

Binary file modified dist/runtime/protobuf.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
"minimist": "^1.2.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"typescript": "^2.2.0-dev.20161215",
"typescript": "^2.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^2.4.4",
"vinyl-source-stream": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/util.js
Expand Up @@ -8,7 +8,7 @@ var util = module.exports = require("./util/runtime");

util.asPromise = require("@protobufjs/aspromise");
util.codegen = require("@protobufjs/codegen");
util.EventEmitter = require("./util/eventemitter");
util.EventEmitter = require("@protobufjs/eventemitter");
util.extend = require("@protobufjs/extend");
util.fetch = require("@protobufjs/fetch");
util.fs = require("@protobufjs/fs");
Expand Down
2 changes: 1 addition & 1 deletion types/protobuf.js.d.ts
@@ -1,5 +1,5 @@
// $> pbts --name protobufjs --out types/protobuf.js.d.ts src
// Generated Thu, 15 Dec 2016 17:47:18 UTC
// Generated Thu, 15 Dec 2016 18:21:35 UTC
declare module "protobufjs" {

/**
Expand Down

0 comments on commit 90b2012

Please sign in to comment.