sench-ui-kit 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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sench-ui-kit",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "main": "./dist/sench.umd.ts",
6
6
  "module": "./dist/sench.es.ts",
@@ -10,8 +10,8 @@
10
10
  ],
11
11
  "exports": {
12
12
  ".": {
13
- "import": "./dist/dragonekui.es.ts",
14
- "require": "./dist/dragonekui.umd.ts"
13
+ "import": "./dist/sench.es.ts",
14
+ "require": "./dist/sench.umd.ts"
15
15
  },
16
16
  "./styles": "./dist/style.css"
17
17
  },