Skip to content

Commit 2a35b82

Browse files
authored
fix: Add std/portable to list of package exports (#1605)
1 parent ba28ea0 commit 2a35b82

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NOTICE

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ under the licensing terms detailed in LICENSE:
3232
* forcepusher <bionitsoup@gmail.com>
3333
* Piotr Oleś <piotrek.oles@gmail.com>
3434
* Saúl Cabrera <saulecabrera@gmail.com>
35+
* Chance Snow <git@chancesnow.me>
3536

3637
Portions of this software are derived from third-party works licensed under
3738
the following terms:

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"types": "index.d.ts",
4747
"exports": {
4848
".": "./index.js",
49+
"./std/portable": "./std/portable/index.js",
4950
"./lib/loader": {
5051
"import": "./lib/loader/index.js",
5152
"require": "./lib/loader/umd/index.js"

0 commit comments

Comments
 (0)