From a1fbbb25388fec56523ec30011b03cdb73ca2749 Mon Sep 17 00:00:00 2001 From: Chance Snow Date: Tue, 29 Dec 2020 20:51:53 -0800 Subject: [PATCH 1/2] Add std/portable to list of exports --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8928f0199a..d2c8195382 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "types": "index.d.ts", "exports": { ".": "./index.js", + "./std/portable": "./std/portable/index.js", "./lib/loader": { "import": "./lib/loader/index.js", "require": "./lib/loader/umd/index.js" From 63bc5b9fec50fd2bc9c0133db7274f841e365025 Mon Sep 17 00:00:00 2001 From: Chance Snow Date: Tue, 29 Dec 2020 20:57:53 -0800 Subject: [PATCH 2/2] Add myself to the list of contributors --- NOTICE | 1 + 1 file changed, 1 insertion(+) diff --git a/NOTICE b/NOTICE index e43810f24e..8d4f969a3b 100644 --- a/NOTICE +++ b/NOTICE @@ -29,6 +29,7 @@ under the licensing terms detailed in LICENSE: * Valeria Viana Gusmao * Gabor Greif * Martin Fredriksson +* Chance Snow Portions of this software are derived from third-party works licensed under the following terms: