merchi_sdk_js 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "merchi_sdk_js",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
- "main": "dist/output.cjs.js",
5
+ "main": "dist/merchi.js",
6
6
  "license": "GPL-3.0-only",
7
- "module": "dist/output.esm.js",
8
7
  "files": [
9
8
  "dist/", "src/"
10
9
  ],