Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix: add package.json to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
zmrl010 committed Aug 16, 2022
1 parent 7dd7f03 commit 2bd2ac6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"./jest": "./dist/configs/jest.js",
"./jsx-a11y": "./dist/configs/jsx-a11y.js",
"./react": "./dist/configs/react.js",
"./testing-library": "./dist/configs/testing-library.js"
"./testing-library": "./dist/configs/testing-library.js",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -84,7 +85,10 @@
"semver": "^7.3.7"
},
"eslintConfig": {
"extends": "./dist/configs/main.js"
"extends": "./dist/configs/main.js",
"ignorePatterns": [
"dist"
]
},
"eslintIgnore": [
"node_modules",
Expand Down

0 comments on commit 2bd2ac6

Please sign in to comment.