Skip to content

Commit

Permalink
Fix the exports paths
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Apr 3, 2023
1 parent d3c9b97 commit 56b4235
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-ways-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/foundry': patch
---

Fixed the `exports` paths.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"license": "Apache-2.0",
"bin": "dist/cli/index.js",
"exports": {
"eslint": "./dist/eslint.js",
"husky": "./dist/husky.js",
"lint-staged": "./dist/lint-staged.js",
"prettier": "./dist/prettier.js"
"./eslint": "./dist/eslint.js",
"./husky": "./dist/husky.js",
"./lint-staged": "./dist/lint-staged.js",
"./prettier": "./dist/prettier.js"
},
"scripts": {
"build": "npm run cleanup && tsc && chmod +x dist/cli/index.js",
Expand Down

0 comments on commit 56b4235

Please sign in to comment.