Skip to content

Commit

Permalink
remove package-json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominique Wirz committed Jul 27, 2017
1 parent 7a57bf3 commit d6b06c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,042 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
2 changes: 1 addition & 1 deletion helpers/Buffer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class Buffer<T> extends EventEmitter {
});
}

public write(object: T): Promise<T | void> {
public write(object: T): Promise<T | undefined> {
if (this.sealed) {
return Promise.reject(new BufferSealedError());
}
Expand Down
Loading

0 comments on commit d6b06c3

Please sign in to comment.