quasar-ui-danx 0.2.4 → 0.2.5

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,12 +1,12 @@
1
1
  {
2
2
  "name": "quasar-ui-danx",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
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
+ "main": "dist/danx.es.js",
9
+ "module": "dist/danx.es.js",
10
10
  "scripts": {
11
11
  "dev": "vite",
12
12
  "build": "vite build",