Fix browser entry point

This commit is contained in:
Ben McCann 2021-07-13 09:29:32 -07:00 committed by GitHub
parent 7ec588f937
commit e95328241d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",