fix: incompatibility with @evanw/esbuild#740 (#120)

This commit is contained in:
Irakli Gozalishvili 2021-02-05 07:59:45 -08:00 committed by GitHub
parent 62b5dd2fe7
commit 96244f0489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
"coverage": "nyc --reporter=lcov --reporter=text npm run test:node" "coverage": "nyc --reporter=lcov --reporter=text npm run test:node"
}, },
"browser": { "browser": {
"src/listener": "./src/listener.browser.js" "./src/listener.js": "./src/listener.browser.js"
}, },
"files": [ "files": [
"src", "src",