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 7b7b9f7 commit fd05765Copy full SHA for fd05765
History.md
@@ -2,6 +2,8 @@ unreleased
2
==========
3
4
* use `escape-html` for escaping
5
+ * deps: [email protected]
6
+ - Send `max-age` in `Cache-Control` in correct format
7
8
1.2.0 / 2014-05-29
9
==================
package.json
@@ -14,7 +14,7 @@
14
"dependencies": {
15
"escape-html": "1.0.1",
16
"parseurl": "1.0.1",
17
- "send": "0.4.0"
+ "send": "0.4.1"
18
},
19
"devDependencies": {
20
"istanbul": "0.2.10",
0 commit comments