|
@@ -1,5 +1,6 @@
|
|
{
|
|
{
|
|
"name": "react",
|
|
"name": "react",
|
|
|
|
+ "homepage": "https://www.excalidraw.com",
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"description": "",
|
|
"keywords": [],
|
|
"keywords": [],
|
|
@@ -25,7 +26,7 @@
|
|
"build": "react-scripts build",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"eject": "react-scripts eject",
|
|
- "deploy": "gh-pages -d docs"
|
|
|
|
|
|
+ "deploy": "react-scripts build && gh-pages -d build"
|
|
},
|
|
},
|
|
"browserslist": [
|
|
"browserslist": [
|
|
">0.2%",
|
|
">0.2%",
|