Skip to content

Commit 2fd8be4

Browse files
committed
fix(pkg): fix entry files path (cdn and node)
1 parent ef1ecd7 commit 2fd8be4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "@ecomplus/auth",
33
"version": "1.0.0-rc.4",
44
"description": "JS client for E-Com Plus admin authentication",
5-
"main": "dist/ecom-auth.min.js",
65
"module": "src/index.js",
76
"browser": "dist/ecom-auth.min.js",
8-
"jsdelivr": "dist/ecom-auth.root.min.js",
9-
"unpkg": "dist/ecom-auth.root.min.js",
7+
"main": "dist/ecom-auth.node.js",
8+
"jsdelivr": "dist/ecom-auth.var.min.js",
9+
"unpkg": "dist/ecom-auth.var.min.js",
1010
"scripts": {
1111
"build": "NODE_ENV=production webpack",
1212
"serve": "webpack-dev-server",

0 commit comments

Comments
 (0)