Skip to content

Commit

Permalink
deployed and error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MohiuddinRabby committed Jul 25, 2020
1 parent 68887cb commit 35bae6b
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 1 deletion.
153 changes: 153 additions & 0 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
"name": "react-dark-theme",
"version": "0.1.0",
"private": true,
"homepage": "https://mohiuddinrabby.github.io/dark-theme/",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"gh-pages": "^3.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
"react-scripts": "3.4.1",
"save-dev": "0.0.1-security"
},
"scripts": {
"predeploy":"npm run build",
"deploy":"gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down

0 comments on commit 35bae6b

Please sign in to comment.