Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
index: use destructuring assignment for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jul 23, 2018
1 parent 562d8c0 commit c0c6105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@

# Changelog

## Trunk

* index: use destructuring assignment for deps

## Version 2.5.0

* typescript: make definition header more relevant
Expand Down
2 changes: 1 addition & 1 deletion src/index.coffee.md
Expand Up @@ -9,7 +9,7 @@ Please look at the [README], the [project website][site] the [samples] and the

stream = require 'stream'
util = require 'util'
StringDecoder = require('string_decoder').StringDecoder
{StringDecoder} = require 'string_decoder'
## Usage

Expand Down

0 comments on commit c0c6105

Please sign in to comment.