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 Oct 26, 2015
1 parent 9148f64 commit a00cb33
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.0.2 / 2014-09-08
==================

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

'use strict';

/**
* Module exports.
* @public
Expand Down

0 comments on commit a00cb33

Please sign in to comment.