Skip to content

Commit

Permalink
Merge pull request #5 from JairusSW/main
Browse files Browse the repository at this point in the history
Small tweaks
  • Loading branch information
trusktr authored Jun 29, 2022
2 parents 4014a4d + 5db4a80 commit 370337b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.vscode/
*lock.*

*.lock
build/
node_modules/
2 changes: 1 addition & 1 deletion example/assembly/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const clickHandler: () => void = () => {

document.body!.addEventListener('click', clickHandler)

const audio = new Audio('../assets/audio2.mp3')
const audio = new Audio('../assets/otherside - lena raine.ogg')

audio.autoplay = true
log('audio autoplay: ' + audio.autoplay.toString())
Expand Down
Binary file removed example/assets/audio1.mp3
Binary file not shown.
Binary file removed example/assets/audio2.mp3
Binary file not shown.
Binary file added example/assets/otherside - lena raine.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "node tests"
},
"dependencies": {
"@assemblyscript/loader": "^0.18.32",
"@assemblyscript/loader": "^0.19.5",
"asdom": "lume/asdom",
"ecmassembly": "^0.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"release:major": "npm version major -m 'v%s' && npm publish && git push --follow-tags"
},
"dependencies": {
"@assemblyscript/loader": "^0.18.11"
"@assemblyscript/loader": "^0.19.5"
},
"devDependencies": {
"assemblyscript": "^0.19.5",
Expand Down

0 comments on commit 370337b

Please sign in to comment.