Skip to content

Commit

Permalink
Add exports to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pksjce committed Jan 5, 2022
1 parent 6e44d78 commit e0e9c93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "An implementation of GitHub's Primer Design System using React",
"main": "lib/index.js",
"module": "lib-esm/index.js",
"exports":{
".": "./lib-esm/index.js",
"./drafts": "./lib-esm/drafts.js",
"./lib-esm/drafts": "./lib-esm/drafts.js"
},
"typings": "lib/index.d.ts",
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit e0e9c93

Please sign in to comment.