Update package.json
Browse files- package.json +1 -0
package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"name": "flask-react-flow",
|
| 3 |
"version": "1.0.0",
|
|
|
|
| 4 |
"scripts": {
|
| 5 |
"start": "react-scripts start",
|
| 6 |
"build": "react-scripts build",
|
|
|
|
| 1 |
{
|
| 2 |
"name": "flask-react-flow",
|
| 3 |
"version": "1.0.0",
|
| 4 |
+
"homepage": ".",
|
| 5 |
"scripts": {
|
| 6 |
"start": "react-scripts start",
|
| 7 |
"build": "react-scripts build",
|