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 Aug 15, 2015
1 parent da6764a commit 3ddb6bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,3 +1,8 @@
unreleased
==========

* perf: enable strict mode

1.6.2 / 2015-05-11
==================

Expand Down
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -5,6 +5,8 @@
* MIT Licensed
*/

'use strict';

/**
* Module dependencies.
*/
Expand Down

0 comments on commit 3ddb6bd

Please sign in to comment.