We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741c51a commit 4af537eCopy full SHA for 4af537e
HISTORY.md
@@ -15,6 +15,7 @@ unreleased
15
- deps: on-finished@~2.3.0
16
- perf: enable strict mode
17
- perf: remove unnecessary array allocations
18
+ * perf: enable strict mode
19
20
1.9.3 / 2015-05-14
21
==================
index.js
@@ -6,6 +6,8 @@
6
* MIT Licensed
7
*/
8
9
+'use strict'
10
+
11
/**
12
* Module dependencies.
13
0 commit comments