Skip to content

Commit 8279a17

Browse files
committed
Changed main entry in package.json
1 parent 8e8072d commit 8279a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "proxy-storage",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Normalizes the API for cookies, and localStorage/sessionStorage",
55
"author": "David Rivera <jherax@gmail.com>",
6-
"main": "dist/proxy-storage.js",
6+
"main": "src/proxy-storage.js",
77
"module": "src/proxy-storage.js",
88
"browser": "dist/proxy-storage.min.js",
99
"unpkg": "dist/proxy-storage.min.js",

0 commit comments

Comments
 (0)