Skip to content

Commit

Permalink
fix: put dependency in the correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
iwaduarte committed Oct 12, 2022
1 parent 8aff680 commit cbf7365
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.2",
"jest": "^29.1.2",
"prettier": "^2.7.1",
"semantic-release": "^19.0.5"
},
"dependencies": {
"chalk": "^4.1.2",
"figlet": "^1.5.2",
"inquirer": "^8.0.0",
"minimist": "^1.2.7",
"prettier": "^2.7.1",
"rimraf": "^3.0.2"
},
"engines": {
Expand Down

0 comments on commit cbf7365

Please sign in to comment.