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.
Files changed (2) hide show
  1. package/package.json +3 -1
  2. 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.1",
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",
package/vite.config.js CHANGED
@@ -3,7 +3,6 @@ import { resolve } from 'path';
3
3
  import { defineConfig } from 'vite';
4
4
  import svgLoader from 'vite-svg-loader';
5
5
 
6
-
7
6
  export default defineConfig({
8
7
  plugins: [vue(), svgLoader()],
9
8
  build: {