Browse Source

index: fix comma-dangle

master
Guillermo Rauch 9 years ago
parent
commit
5853038811
  1. 2
      lib/index.js

2
lib/index.js

@ -56,7 +56,7 @@ export default class Now extends EventEmitter {
return {
sha,
size: Buffer.byteLength(data),
file: toRelative(name, this._path),
file: toRelative(name, this._path)
};
})
}

Loading…
Cancel
Save