Skip to content

Commit

Permalink
Merge pull request #19 from ryohey/update-sf2parser
Browse files Browse the repository at this point in the history
Update sf2parser
  • Loading branch information
ryohey authored May 30, 2024
2 parents bfa9490 + ac862ac commit 140c04c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
}
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ryohey/wavelet",
"version": "0.7.1",
"version": "0.7.2",
"description": "A wavetable synthesizer that never stops the UI thread created by AudioWorklet.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"author": "ryohey",
"license": "MIT",
"dependencies": {
"@ryohey/sf2parser": "^1.2.0",
"@ryohey/sf2parser": "^1.2.1",
"midifile-ts": "^1.5.1"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 140c04c

Please sign in to comment.