RubyGems
npm
Organizations
Log in
Sign up
npm
quasar-ui-danx
Versions diffs
0.0.2 → 0.0.3
quasar-ui-danx 0.0.2 → 0.0.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/vue-plugin.js
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "quasar-ui-danx",
3
-
"version": "0.0.
2
",
3
+
"version": "0.0.
3
",
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
Viewed
@@ -1,4 +1,5 @@
1
1
import Component from './components/Component'
2
+
export * from './helpers'
2
3
3
4
4
5
const version = __UI_VERSION__