We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aee0e4 commit db3a859Copy full SHA for db3a859
.gitignore
@@ -2,6 +2,8 @@
2
3
# dependencies
4
/node_modules
5
+*/node_modules
6
+**/node_modules
7
/.pnp
8
.pnp.js
9
package.json
@@ -1,6 +1,7 @@
1
{
"name": "v3-react",
"version": "0.1.0",
+ "homepage": "https://abfranco.github.io/",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
@@ -16,8 +17,8 @@
16
17
"build": "react-scripts build",
18
"test": "react-scripts test",
19
"eject": "react-scripts eject",
- "predeploy" : "npm run build",
20
- "deploy" : "gh-pages -d build"
+ "predeploy": "npm run build",
21
+ "deploy": "gh-pages -d build"
22
},
23
"eslintConfig": {
24
"extends": [
0 commit comments