Browse Source

Merge branch 'master' of github.com:zeithq/now

master
Guillermo Rauch 9 years ago
parent
commit
5299bf6e60
  1. 2
      lib/index.js
  2. 1
      package.json

2
lib/index.js

@ -88,7 +88,7 @@ export default class Now extends EventEmitter {
body: { body: {
sha, sha,
data, data,
name: toRelative(name, this._path), file: toRelative(name, this._path),
deploymentId: this._id deploymentId: this._id
} }
}); });

1
package.json

@ -21,6 +21,7 @@
"copy-paste": "1.1.4", "copy-paste": "1.1.4",
"fs-promise": "0.4.1", "fs-promise": "0.4.1",
"graceful-fs": "4.1.3", "graceful-fs": "4.1.3",
"minimatch": "3.0.0",
"ms": "0.7.1", "ms": "0.7.1",
"node-fetch": "1.3.3", "node-fetch": "1.3.3",
"progress": "1.1.8", "progress": "1.1.8",

Loading…
Cancel
Save