mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
Fix browser entry point
This commit is contained in:
parent
7ec588f937
commit
e95328241d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "tone",
|
||||
"version": "14.8.0",
|
||||
"description": "A Web Audio framework for making interactive music in the browser.",
|
||||
"main": "build/Tone.js",
|
||||
"browser": "build/Tone.js",
|
||||
"module": "build/esm/index.js",
|
||||
"type": "module",
|
||||
"types": "build/esm/index.d.ts",
|
||||
|
|
Loading…
Reference in a new issue