Skip to content

Commit 63a9bb8

Browse files
committed
finish 0.6.0
1 parent 7cbd51d commit 63a9bb8

File tree

8 files changed

+502
-151
lines changed

8 files changed

+502
-151
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h-player",
3-
"version": "0.0.1",
3+
"version": "0.6.0",
44
"description": "A Quasar Framework app",
55
"productName": "h-player",
66
"cordovaId": "org.cordova.quasar.app",
@@ -23,7 +23,7 @@
2323
"electron-store": "^4.0.0",
2424
"fs-extra": "^8.1.0",
2525
"hls.js": "^0.12.4",
26-
"lodash": "^4.17.11",
26+
"lodash": "^4.17.15",
2727
"normalize-url": "^4.3.0",
2828
"plyr": "^3.5.6",
2929
"quasar": "^1.0.0",

quasar.conf.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,12 @@ module.exports = function (ctx) {
7272
'QTr',
7373
'QTd',
7474
'QExpansionItem',
75+
'QPopupEdit',
76+
'QDialog',
77+
'QCardActions',
7578
],
7679

77-
directives: ['Ripple'],
80+
directives: ['Ripple', 'ClosePopup'],
7881

7982
// Quasar plugins
8083
plugins: ['Notify', 'Loading', 'LoadingBar', 'Dialog'],

0 commit comments

Comments
 (0)