mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-02 06:52:19 +00:00
Upgrade examples
This commit is contained in:
parent
b44d0e7c89
commit
67a5b7cc47
3 changed files with 4256 additions and 84 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<body>
|
||||
<div id='app'></div>
|
||||
<script src="https://unpkg.com/webamp@0.0.6/built/webamp.bundle.min.js"></script>
|
||||
<script src="https://unpkg.com/webamp@1.0.0/built/webamp.bundle.min.js"></script>
|
||||
<script>
|
||||
const Webamp = window.Webamp;
|
||||
new Webamp({
|
||||
|
|
|
|||
4336
examples/webpack/package-lock.json
generated
4336
examples/webpack/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -10,6 +10,6 @@
|
|||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"webpack-cli": "^2.0.13",
|
||||
"webamp": "0.0.6"
|
||||
"webamp": "1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue