@everymatrix/helper-accordion 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,7 +111,6 @@ function defineCustomElement$1() {
111
111
  break;
112
112
  } });
113
113
  }
114
- defineCustomElement$1();
115
114
 
116
115
  const HelperAccordion = Accordion;
117
116
  const defineCustomElement = defineCustomElement$1;
@@ -9,8 +9,6 @@ export const config = {
9
9
  esmLoaderPath: '../loader',
10
10
  },
11
11
  {
12
- autoDefineCustomElements: true,
13
- generateTypeDeclarations: true,
14
12
  type: 'dist-custom-elements',
15
13
  },
16
14
  {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@everymatrix/helper-accordion",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "main": "./dist/index.cjs.js",
5
- "module": "./dist/components/helper-accordion.js",
5
+ "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",
7
7
  "es2017": "./dist/esm/index.mjs",
8
8
  "types": "./dist/types/index.d.ts",