Skip to content

Commit

Permalink
adding gh-pages dependency and homepage field
Browse files Browse the repository at this point in the history
  • Loading branch information
HASH-0021 committed Jun 14, 2024
1 parent 7df49cb commit 3fc92db
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 4 deletions.
187 changes: 183 additions & 4 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "datetime",
"version": "0.1.0",
"private": true,
"homepage": "https://hash-0021.github.io/datetime",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
Expand All @@ -10,6 +11,7 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"gh-pages": "^6.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
Expand All @@ -19,6 +21,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit 3fc92db

Please sign in to comment.