cookies-manager
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,2 +0,2 @@ | ||
const VALID_COOKIE = new VALID_COOKIEp(/([\w-]+)=([\w- ]+)/); | ||
const VALID_COOKIE = new RegExp(/([\w-]+)=([\w- ]+)/); | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,1 +0,2 @@ | ||
export { get, set, getList, remove, clear } from './app'; | ||
import { get, set, getList, remove, clear } from './app'; | ||
export { get, set, getList, remove, clear }; |
{ | ||
"name": "cookies-manager", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Manage your cookies simply", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
7770
130