@tusbar/cache-control
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -172,2 +172,3 @@ const HEADER_REGEXP = /([a-zA-Z][a-zA-Z_-]*)\s*(?:=(?:"([^"]*)"|([^ \t",;]*)))?/g | ||
} | ||
return cc.format() | ||
@@ -174,0 +175,0 @@ } |
{ | ||
"name": "@tusbar/cache-control", | ||
"public": true, | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Format and parse HTTP Cache-Control header", | ||
@@ -15,2 +15,5 @@ "main": "index.js", | ||
], | ||
"files": [ | ||
"index.js" | ||
], | ||
"repository": "https://github.com/tusbar/cache-control", | ||
@@ -20,7 +23,7 @@ "author": "Bertrand Marron <bertrand.marron@gmail.com>", | ||
"devDependencies": { | ||
"ava": "^0.25.0", | ||
"ava": "^1.0.1", | ||
"codecov": "^3.0.0", | ||
"lerna-changelog": "0.8.0", | ||
"lerna-changelog": "0.8.2", | ||
"nyc": "^13.1.0", | ||
"xo": "^0.23.0" | ||
"xo": "^0.24.0" | ||
}, | ||
@@ -27,0 +30,0 @@ "nyc": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8739
4
143