Skip to content

Commit

Permalink
perf: enable strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Nov 15, 2016
1 parent b6e2bfe commit 490e638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ unreleased
- Support web browser loading
* deps: on-headers@~1.0.1
- perf: enable strict mode
* perf: enable strict mode

2.3.1 / 2015-05-14
==================
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* MIT Licensed
*/

'use strict'

/**
* Module dependencies
* @api private
Expand Down

0 comments on commit 490e638

Please sign in to comment.