We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc2ee1 commit 954d0f0Copy full SHA for 954d0f0
package.json
@@ -5,6 +5,7 @@
5
"main": "index.js",
6
"repository": "[email protected]:napi-rs/package-template.git",
7
"license": "MIT",
8
+ "browser": "browser.js",
9
"keywords": [
10
"napi-rs",
11
"NAPI",
@@ -15,7 +16,8 @@
15
16
],
17
"files": [
18
"index.d.ts",
- "index.js"
19
+ "index.js",
20
+ "browser.js"
21
22
"napi": {
23
"binaryName": "package-template",
0 commit comments