quasar-ui-danx 0.0.14 → 0.0.15

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 +2 -2
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "quasar-ui-danx",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "author": "Dan <dan@flytedesk.com>",
5
5
  "description": "DanX Vue / Quasar component library",
6
6
  "license": "MIT",
7
7
  "module": "dist/index.esm.js",
8
- "main": "dist/index.common.js",
8
+ "main": "index.js",
9
9
  "scripts": {
10
10
  "dev": "cd dev && yarn dev && cd ..",
11
11
  "dev:umd": "yarn build && node build/script.open-umd.js",