This commit is contained in:
Charlie Gleason 2017-02-02 18:06:29 +00:00 committed by GitHub
parent 23d254a6d7
commit c6c0a1b4fa

View file

@ -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"
}
}