Add package exports (#25)
This ensures the browser API is used for the `browser` condition, and the Node.js API for everything else.
This commit is contained in:
Родитель
593af1847a
Коммит
386b679759
|
@ -7,6 +7,13 @@
|
|||
"./lib/node/main.js": "./lib/browser/main.js"
|
||||
},
|
||||
"typings": "./api",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./api.d.ts",
|
||||
"browser": "./lib/browser/main.js",
|
||||
"default": "./lib/node/main.js"
|
||||
}
|
||||
},
|
||||
"author": "Microsoft Corporation",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Загрузка…
Ссылка в новой задаче