Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arthur Brugière
funkwhale
Commits
1b49c0e2
Verified
Commit
1b49c0e2
authored
3 years ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
Remove vue-plyr as dependency
parent
6adae1de
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
front/package.json
+0
-1
0 additions, 1 deletion
front/package.json
front/src/EmbedFrame.vue
+0
-1
0 additions, 1 deletion
front/src/EmbedFrame.vue
front/src/embed.js
+0
-3
0 additions, 3 deletions
front/src/embed.js
front/yarn.lock
+770
-376
770 additions, 376 deletions
front/yarn.lock
with
770 additions
and
381 deletions
front/package.json
+
0
−
1
View file @
1b49c0e2
...
...
@@ -35,7 +35,6 @@
"vue"
:
"^2.6.10"
,
"vue-gettext"
:
"^2.1.0"
,
"vue-lazyload"
:
"^1.2.6"
,
"vue-plyr"
:
"^5.0.4"
,
"vue-router"
:
"^3.0.1"
,
"vue-upload-component"
:
"^2.8.11"
,
"vuedraggable"
:
"^2.16.0"
,
...
...
This diff is collapsed.
Click to expand it.
front/src/EmbedFrame.vue
+
0
−
1
View file @
1b49c0e2
...
...
@@ -396,7 +396,6 @@ export default {
</
script
>
<
style
lang=
"scss"
>
@import
"~plyr/src/sass/plyr.scss"
;
html
,
body
,
...
...
This diff is collapsed.
Click to expand it.
front/src/embed.js
+
0
−
3
View file @
1b49c0e2
import
Vue
from
'
vue
'
import
EmbedFrame
from
'
./EmbedFrame
'
import
VuePlyr
from
'
vue-plyr
'
Vue
.
use
(
VuePlyr
)
Vue
.
config
.
productionTip
=
false
...
...
This diff is collapsed.
Click to expand it.
front/yarn.lock
+
770
−
376
View file @
1b49c0e2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment