quasar-ui-danx 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -1
- package/vite.config.js +0 -1
package/package.json
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "quasar-ui-danx",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.2",
|
4
4
|
"author": "Dan <dan@flytedesk.com>",
|
5
5
|
"description": "DanX Vue / Quasar component library",
|
6
6
|
"license": "MIT",
|
7
7
|
"type": "module",
|
8
|
+
"main": "dist/dan.es.js",
|
9
|
+
"module": "dist/dan.es.js",
|
8
10
|
"scripts": {
|
9
11
|
"dev": "vite",
|
10
12
|
"build": "vite build",
|