Skip to content

Commit

Permalink
Attempt #1
Browse files Browse the repository at this point in the history
  • Loading branch information
katherinejensen00 committed Apr 5, 2023
1 parent 1d02e81 commit 7b542b7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Binary file added .storybook/images/pt-react-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link rel="icon" href="pt-react-256.png" />
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,18 @@
"prettier --ignore-path .eslintignore --single-quote --write"
]
},
"browserslist": [],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
Expand Down

0 comments on commit 7b542b7

Please sign in to comment.