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 8e8072d commit 8279a17Copy full SHA for 8279a17
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "proxy-storage",
3
- "version": "2.3.0",
+ "version": "2.3.1",
4
"description": "Normalizes the API for cookies, and localStorage/sessionStorage",
5
"author": "David Rivera <jherax@gmail.com>",
6
- "main": "dist/proxy-storage.js",
+ "main": "src/proxy-storage.js",
7
"module": "src/proxy-storage.js",
8
"browser": "dist/proxy-storage.min.js",
9
"unpkg": "dist/proxy-storage.min.js",
0 commit comments