Skip to content

Commit

Permalink
fix: fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Jun 20, 2023
1 parent 35ab253 commit c01d14a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "oauth-dyn-reg",
"version": "3.0.1",
"version": "3.0.2",
"description": "Implementation of draft OAuth 2.0 Dynamic Client Registration Protocol",
"main": "dist/index.js",
"type": "module",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
"default": "./dist/index.cjs"
},
"engines": {
"node": ">=16.0.0"
Expand Down Expand Up @@ -136,4 +135,4 @@
"volta": {
"node": "16.20.0"
}
}
}

0 comments on commit c01d14a

Please sign in to comment.