comand-component-library 3.3.14 → 3.3.15

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 +1 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "3.3.14",
3
+ "version": "3.3.15",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -17,12 +17,6 @@
17
17
  "dist",
18
18
  "src"
19
19
  ],
20
- "exports": {
21
- ".": {
22
- "import": "./dist/comand-component-library.js",
23
- "require": "./dist/comand-component-library.umd.cjs"
24
- }
25
- },
26
20
  "dependencies": {
27
21
  "clickout-event": "^1.1.2",
28
22
  "comand-frontend-framework": "^3.3.7",