revotech-ui-kit 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -1
package/package.json
CHANGED
@@ -3,11 +3,15 @@
|
|
3
3
|
"description": "Webcomponent wc-ui following open-wc recommendations",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": "wc-ui",
|
6
|
-
"version": "0.0.
|
6
|
+
"version": "0.0.11",
|
7
7
|
"type": "module",
|
8
|
+
"main": "dist/revotech-ui-kit.umd.cjs",
|
9
|
+
"module": "./dist/revotech-ui-kit.js",
|
8
10
|
"files": [
|
9
11
|
"dist/*"
|
10
12
|
],
|
13
|
+
|
14
|
+
"types": "types/types.d.ts",
|
11
15
|
"scripts": {
|
12
16
|
"release": "npm version $(semver $npm_package_version -i major) && npm publish --tag latest",
|
13
17
|
"release:minor": "npm version $(semver $npm_package_version -i minor) && npm publish --tag latest",
|