mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Add vuebus
This commit is contained in:
parent
7d86dc0147
commit
e5a947c9ba
2 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@phanan/vuebus": "^1.0.0",
|
||||
"alertify.js": "^1.0.12",
|
||||
"axios": "^0.15.3",
|
||||
"blueimp-md5": "^2.3.0",
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@phanan/vuebus@^1.0.0":
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@phanan/vuebus/-/vuebus-1.0.0.tgz#3d347736620bc6d070b6fd2d1eacfc3cd8e1bea4"
|
||||
|
||||
"@types/node@*":
|
||||
version "8.0.57"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.57.tgz#e5d8b4dc112763e35cfc51988f4f38da3c486d99"
|
||||
|
|
Loading…
Reference in a new issue