Skip to content

Commit

Permalink
fix(exports): export things properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed May 24, 2024
1 parent 3224d3b commit ecfd539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"#/*": "./*"
},
"exports": {
"prettier": "./configs/prettier.js",
"typescript": "./configs/typescript.json",
"eslint": "./configs/eslint.js"
"./prettier": "./configs/prettier.js",
"./typescript": "./configs/typescript.json",
"./eslint": "./configs/eslint.js"
},
"files": [
"./configs"
Expand Down

0 comments on commit ecfd539

Please sign in to comment.