Browse Source

v3.5.0

master
Kornel Lesiński 8 years ago
parent
commit
76d0429ae9
  1. 6
      package.json

6
package.json

@ -1,7 +1,7 @@
{ {
"name": "http-cache-semantics", "name": "http-cache-semantics",
"version": "3.4.0", "version": "3.5.0",
"description": "Parses Cache-Control headers and friends", "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
"main": "index.js", "main": "index.js",
"repository": "https://github.com/pornel/http-cache-semantics.git", "repository": "https://github.com/pornel/http-cache-semantics.git",
"scripts": { "scripts": {
@ -10,6 +10,6 @@
"author": "Kornel Lesiński <kornel@geekhood.net> (https://kornel.ski/)", "author": "Kornel Lesiński <kornel@geekhood.net> (https://kornel.ski/)",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"devDependencies": { "devDependencies": {
"mocha": "^2.4.5" "mocha": "^3.2.0"
} }
} }

Loading…
Cancel
Save