Skip to content

Commit

Permalink
Merge pull request #73 from fink-lang/main-import
Browse files Browse the repository at this point in the history
feat(esm): allow import of @fink/larix for simpler migration
  • Loading branch information
kollhof authored Oct 6, 2020
2 parents 52a516e + 57c8ec3 commit 1d04ced
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
},
"type": "module",
"exports": {
".": {
"import": "./parser.js",
"require": "./cjs/parser.js"
},
"./": {
"import": "./",
"require": "./cjs/"
Expand Down

0 comments on commit 1d04ced

Please sign in to comment.