Skip to content

Commit

Permalink
fix: package.json from package report-schema
Browse files Browse the repository at this point in the history
Node needs to defined a main in the exports, too.
  • Loading branch information
ClemensSahs committed Jul 13, 2021
1 parent 4b0b529 commit 0233173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/report-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"exports": {
".": "dist/src/index.js",
"./api": "./dist/src-generated/schema.js"
},
"typesVersions": {
Expand Down

0 comments on commit 0233173

Please sign in to comment.