We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba28ea0 commit 2a35b82Copy full SHA for 2a35b82
NOTICE
@@ -32,6 +32,7 @@ under the licensing terms detailed in LICENSE:
32
* forcepusher <bionitsoup@gmail.com>
33
* Piotr Oleś <piotrek.oles@gmail.com>
34
* Saúl Cabrera <saulecabrera@gmail.com>
35
+* Chance Snow <git@chancesnow.me>
36
37
Portions of this software are derived from third-party works licensed under
38
the following terms:
package.json
@@ -46,6 +46,7 @@
46
"types": "index.d.ts",
47
"exports": {
48
".": "./index.js",
49
+ "./std/portable": "./std/portable/index.js",
50
"./lib/loader": {
51
"import": "./lib/loader/index.js",
52
"require": "./lib/loader/umd/index.js"
0 commit comments