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 Dec 5, 2015
1 parent 766d9bc commit c6a8bf1
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 @@ -2,6 +2,7 @@ unreleased
==========

* deps: cookie@0.2.3
* perf: enable strict mode

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

'use strict';

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

0 comments on commit c6a8bf1

Please sign in to comment.