Upgrade examples

This commit is contained in:
Jordan Eldredge 2018-04-14 11:51:02 -07:00
parent b44d0e7c89
commit 67a5b7cc47
3 changed files with 4256 additions and 84 deletions

View file

@ -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({

File diff suppressed because it is too large Load diff

View file

@ -10,6 +10,6 @@
"license": "ISC",
"dependencies": {
"webpack-cli": "^2.0.13",
"webamp": "0.0.6"
"webamp": "1.0.0"
}
}