This commit is contained in:
Nicolas Gallagher
2018-03-07 19:56:46 -08:00
parent 74e1a196b6
commit eae3ee9dca
5 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.5.1",
"version": "0.5.2",
"scripts": {
"build": "mkdir -p dist && cp -f index.html dist/index.html && webpack --config ./webpack.config.js",
"release": "yarn build && git checkout gh-pages && rm -rf ../../benchmarks && mv dist ../../benchmarks && git add -A && git commit -m \"Benchmarks deploy\" && git push origin gh-pages && git checkout -"
@@ -19,7 +19,7 @@
"react-dom": "^16.2.0",
"react-fela": "^7.0.1",
"react-jss": "^8.3.3",
"react-native-web": "0.5.1",
"react-native-web": "0.5.2",
"reactxp": "^1.0.0",
"styled-components": "^3.2.0",
"styled-jsx": "^2.2.5",
@@ -27,7 +27,7 @@
"styletron-react": "^4.0.0"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.5.1",
"babel-plugin-react-native-web": "0.5.2",
"css-loader": "^0.28.10",
"style-loader": "^0.20.2",
"webpack": "^3.10.0",