Skip to content

Commit

Permalink
reference additional modules in our typings file
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Oct 6, 2017
1 parent b946d13 commit b169118
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v1.3.1 2017-10-06

* Typescript: reference additional modules in our typings file.

## v1.3.0 2017-10-03

* `once(event)` is resolved to `undefined` when stream is already closed or
Expand Down
2 changes: 2 additions & 0 deletions lib/promise-writable.d.ts
@@ -1,3 +1,5 @@
/// <reference types="node" />

export class PromiseWritable<TWritable extends NodeJS.WritableStream> {
readonly stream: TWritable

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "promise-writable",
"version": "1.3.0",
"version": "1.3.1",
"description": "Return promise for writable stream",
"main": "lib/promise-writable.js",
"typings": "lib/promise-writable.d.ts",
Expand Down

0 comments on commit b169118

Please sign in to comment.