1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 01:56:38 +09:00

fix: typo

This commit is contained in:
2019-08-03 15:32:35 +09:00
parent cf3dd85ade
commit 1b872aabef
3 changed files with 100 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
"build": "react-scripts build",
"eject": "react-scripts eject",
"now-build": "yarn build",
"now-dev": "react-scripts start",
"now-dev": "BROWSER=none react-scripts start",
"start": "react-scripts start",
"test": "react-scripts test"
},
@@ -21,6 +21,7 @@
"react-helmet": "^5.2.1",
"react-i18next": "^10.11.4",
"react-icons": "^3.7.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-spinners": "^0.5.13",
"react-tippy": "^1.2.3",