quasar-ui-danx 0.0.6 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quasar-ui-danx",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "author": "Dan <dan@flytedesk.com>",
5
5
  "description": "DanX Vue / Quasar component library",
6
6
  "license": "MIT",
package/src/vue-plugin.js CHANGED
@@ -1,10 +1,12 @@
1
1
  export * from "./helpers";
2
- export * from './components/DragAndDrop';
2
+ export * from "./components/DragAndDrop";
3
3
 
4
- const version = __UI_VERSION__;
4
+ import packageJson from "../package.json";
5
+
6
+ const { version } = packageJson;
5
7
 
6
8
  function install(app) {
7
- console.log('Installing Danx UI... Nothing to do really.');
9
+ console.log(`Installing Danx UI ${version}... Nothing to do really.`);
8
10
  }
9
11
 
10
12
  export {