revotech-ui-kit 0.0.2-beta → 0.0.3-beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -0
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent wc-ui following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "wc-ui",
6
- "version": "0.0.2-beta",
6
+ "version": "0.0.3-beta",
7
7
  "type": "module",
8
8
  "main": "dist/[hash].js",
9
9
  "scripts": {
package/src/index.ts CHANGED
@@ -0,0 +1 @@
1
+ export * from './components/';