Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
perf: enable strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 16, 2016
1 parent fdcba5f commit fa651e2
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 @@ -14,6 +14,7 @@ unreleased
- Add `HttpError` export, for `err instanceof createError.HttpError`
- deps: [email protected]
- deps: statuses@'>= 1.2.1 < 2'
* perf: enable strict mode

1.8.3 / 2015-06-10
==================
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.
* @private
Expand Down

0 comments on commit fa651e2

Please sign in to comment.