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

Commit

Permalink
fix: Clean up unnecessary npm files (#9)
Browse files Browse the repository at this point in the history
* clean up unecessary NPM files

* change dependency ordering
  • Loading branch information
Tiernebre committed Jun 18, 2021
1 parent 9edab26 commit 7646dd6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
src
.storybook
.github
.eslintignore
.prettierignore
tsconfig.json
tsconfig.json
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,8 @@
],
"version": "0.0.2",
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.15",
"@types/node": "^15.12.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"husky": "4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "^4.1.2"
"react-dom": "^17.0.2"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -83,10 +73,20 @@
"@storybook/node-logger": "^6.2.9",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.2.9",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.15",
"@types/node": "^15.12.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"eslint-config-prettier": "^8.3.0",
"husky": "4",
"lint-staged": ">=10",
"prettier": "^2.3.1",
"rimraf": "^3.0.2"
"react-scripts": "4.0.3",
"rimraf": "^3.0.2",
"typescript": "^4.1.2"
},
"resolutions": {
"babel-loader": "8.1.0"
Expand Down

0 comments on commit 7646dd6

Please sign in to comment.