content-type 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/HISTORY.md +5 -0
  2. package/index.js +2 -0
  3. package/package.json +2 -2
package/HISTORY.md CHANGED
@@ -1,3 +1,8 @@
1
+ 1.0.2 / 2016-05-09
2
+ ==================
3
+
4
+ * perf: enable strict mode
5
+
1
6
  1.0.1 / 2015-02-13
2
7
  ==================
3
8
 
package/index.js CHANGED
@@ -4,6 +4,8 @@
4
4
  * MIT Licensed
5
5
  */
6
6
 
7
+ 'use strict'
8
+
7
9
  /**
8
10
  * RegExp to match *( ";" parameter ) in RFC 7231 sec 3.1.1.1
9
11
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "content-type",
3
3
  "description": "Create and parse HTTP Content-Type header",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
6
6
  "license": "MIT",
7
7
  "keywords": [
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "repository": "jshttp/content-type",
15
15
  "devDependencies": {
16
- "istanbul": "0.3.5",
16
+ "istanbul": "0.4.3",
17
17
  "mocha": "~1.21.5"
18
18
  },
19
19
  "files": [