mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 22:15:15 +00:00
refactor: fix incorrect dependency types (#1648)
This commit makes sure that axios is labelled as a dependency and prettier as a dev dependency.
This commit is contained in:
parent
cae6c45592
commit
104bdd6cc7
1 changed files with 3 additions and 3 deletions
|
|
@ -17,20 +17,20 @@
|
|||
"@testing-library/dom": "^7.20.0",
|
||||
"@testing-library/jest-dom": "^5.11.0",
|
||||
"@uppercod/css-to-object": "^1.1.1",
|
||||
"axios": "^0.24.0",
|
||||
"axios-mock-adapter": "^1.18.1",
|
||||
"color-contrast-checker": "^2.1.0",
|
||||
"hjson": "^3.2.2",
|
||||
"husky": "^4.2.5",
|
||||
"jest": "^26.1.0",
|
||||
"lodash.snakecase": "^4.1.1",
|
||||
"parse-diff": "^0.7.0"
|
||||
"parse-diff": "^0.7.0",
|
||||
"prettier": "^2.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.24.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"emoji-name-map": "^1.2.8",
|
||||
"github-username-regex": "^1.0.0",
|
||||
"prettier": "^2.1.2",
|
||||
"word-wrap": "^1.2.3"
|
||||
},
|
||||
"husky": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue