Update
This commit is contained in:
parent
23d254a6d7
commit
c6c0a1b4fa
1 changed files with 3 additions and 3 deletions
|
|
@ -4,8 +4,7 @@
|
|||
"private": true,
|
||||
"devDependencies": {
|
||||
"react-scripts": "0.8.5",
|
||||
"standard": "^8.6.0",
|
||||
"surge": "^0.18.0"
|
||||
"standard": "^8.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^15.4.2",
|
||||
|
|
@ -19,6 +18,7 @@
|
|||
"start": "react-scripts start",
|
||||
"build": "react-scripts build && react-snapshot",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject"
|
||||
"eject": "react-scripts eject",
|
||||
"deploy": "npm run build && surge -p build"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue