Skip to content

Commit

Permalink
fix: fix missing lib and file name cases (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogocaronte authored Feb 22, 2024
1 parent 9734657 commit e9989cf
Show file tree
Hide file tree
Showing 14 changed files with 1,183 additions and 952 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"jsxSingleQuote": false,
"jsxBracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf",
"endOfLine": "auto",
"eolLast": true,
"printWidth": 80
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"dependencies": {
"pet-dex-utilities": "^1.0.1",
"reset-css": "^5.0.2",
"vite": "^5.0.12"
"vite": "^5.0.12",
"vite-plugin-pwa": "^0.19.0"
}
}
Loading

0 comments on commit e9989cf

Please sign in to comment.