Skip to content

Commit

Permalink
fix: Add std/portable to list of package exports (AssemblyScript#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
chances authored Jan 30, 2021
1 parent ba28ea0 commit 2a35b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ under the licensing terms detailed in LICENSE:
* forcepusher <bionitsoup@gmail.com>
* Piotr Oleś <piotrek.oles@gmail.com>
* Saúl Cabrera <saulecabrera@gmail.com>
* Chance Snow <git@chancesnow.me>

Portions of this software are derived from third-party works licensed under
the following terms:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2a35b82

Please sign in to comment.