This commit is contained in:
Nicolas Gallagher
2020-02-06 13:39:50 -08:00
parent 3d53273fe7
commit c8b73fa4e4
5 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.12.0",
"version": "0.12.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 -"
@@ -14,7 +14,7 @@
"fela": "^11.0.2",
"react-fela": "^11.0.2",
"react-jss": "^10.0.4",
"react-native-web": "0.12.0",
"react-native-web": "0.12.1",
"reactxp": "^2.0.0",
"styled-components": "^5.0.0",
"styled-jsx": "^3.2.4",
@@ -22,7 +22,7 @@
"styletron-react": "^5.2.6"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.12.0",
"babel-plugin-react-native-web": "0.12.1",
"css-loader": "^3.4.2",
"style-loader": "^1.1.3",
"url-loader": "^3.0.0",