Skip to content

Commit

Permalink
add exports to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 22, 2024
1 parent f8c2312 commit 876eccf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"eyeglass-module"
],
"homepage": "https://www.oddbird.net/true/",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
Expand Down Expand Up @@ -96,6 +94,13 @@
"stylelint-config-standard-scss": "^13.0.0",
"typescript": "^5.3.3"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
"types": "./lib/index.d.ts",
"sass": "./_index.scss",
"default": "./lib/index.js"
},
"eyeglass": {
"needs": "*",
"name": "true",
Expand Down

0 comments on commit 876eccf

Please sign in to comment.