Merge pull request #908 from benmccann/patch-2

Add `"type": "module"` to `package.json`
This commit is contained in:
Yotam Mann 2021-07-12 09:09:21 -04:00 committed by GitHub
commit 7ec588f937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
"description": "A Web Audio framework for making interactive music in the browser.",
"main": "build/Tone.js",
"module": "build/esm/index.js",
"type": "module",
"types": "build/esm/index.d.ts",
"files": [
"README.md",