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 ef1ecd7 commit 2fd8be4Copy full SHA for 2fd8be4
package.json
@@ -2,11 +2,11 @@
2
"name": "@ecomplus/auth",
3
"version": "1.0.0-rc.4",
4
"description": "JS client for E-Com Plus admin authentication",
5
- "main": "dist/ecom-auth.min.js",
6
"module": "src/index.js",
7
"browser": "dist/ecom-auth.min.js",
8
- "jsdelivr": "dist/ecom-auth.root.min.js",
9
- "unpkg": "dist/ecom-auth.root.min.js",
+ "main": "dist/ecom-auth.node.js",
+ "jsdelivr": "dist/ecom-auth.var.min.js",
+ "unpkg": "dist/ecom-auth.var.min.js",
10
"scripts": {
11
"build": "NODE_ENV=production webpack",
12
"serve": "webpack-dev-server",
0 commit comments