Skip to content

Commit

Permalink
Merge pull request #37 from jacogr/jg-main-module-package
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 12, 2021
2 parents 8d713fc + 004e21a commit 4544cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"files": [
"lib"
],
"main": "lib/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -d && tsc -p tsconfig.esm.json",
Expand Down

0 comments on commit 4544cbb

Please sign in to comment.