Skip to content

Commit

Permalink
Adding Prettier 3 dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jul 12, 2023
1 parent 570b25e commit bebe020
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
18 changes: 17 additions & 1 deletion package-lock.json

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

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"scripts": {
"test": "npm run build && ava --verbose"
},
"keywords": ["rabbits", "wolves", "rabbits"],
"keywords": [
"rabbits",
"wolves",
"rabbits"
],
"author": "Pierre-Henry Soria",
"license": "MIT",
"dependencies": {
Expand All @@ -23,6 +27,7 @@
"@babel/core": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"ava": "^4.3.1",
"babel": "^6.23"
"babel": "^6.23",
"prettier": "^3.0.0"
}
}

0 comments on commit bebe020

Please sign in to comment.