This commit is contained in:
Nicolas Gallagher
2019-03-07 11:32:33 -08:00
parent 282cb34054
commit 6a84d74185
6 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.10.0",
"version": "0.10.1",
"scripts": {
"build": "mkdir -p dist && cp -f index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
"release": "NODE_ENV=production 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 -"
@@ -16,7 +16,7 @@
"react-dom": "^16.7.0",
"react-fela": "^10.0.2",
"react-jss": "^8.6.1",
"react-native-web": "0.10.0",
"react-native-web": "0.10.1",
"reactxp": "^1.5.0",
"styled-components": "^4.1.3",
"styled-jsx": "^3.1.2",
@@ -24,7 +24,7 @@
"styletron-react": "^4.4.4"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.10.0",
"babel-plugin-react-native-web": "0.10.1",
"css-loader": "^2.0.2",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",