Skip to content

Commit

Permalink
fix: add exports and typesVersions to package.json (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds authored Aug 25, 2022
1 parent 553374b commit 12bf0c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"version": "1.0.0",
"description": "A repository storing keys and other data about Ethereum Decentralized Identifiers (DIDs)",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"typesVersions": {
"*": {
"dist/index.d.ts": ["dist/index.d.ts"],
"*": ["./dist/index.d.js"]
}
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down

0 comments on commit 12bf0c1

Please sign in to comment.