This commit is contained in:
Nicolas Gallagher
2018-01-17 19:18:50 -08:00
parent 0721245b3e
commit 753ef963f6
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{ {
"lerna": "2.5.1", "lerna": "2.5.1",
"version": "0.3.1", "version": "0.3.2",
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"packages": [ "packages": [

View File

@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "benchmarks", "name": "benchmarks",
"version": "0.3.1", "version": "0.3.2",
"scripts": { "scripts": {
"build": "mkdir -p dist && cp -f index.html dist/index.html && webpack --config ./webpack.config.js", "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 -" "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 -"
@@ -17,7 +17,7 @@
"react-component-benchmark": "^0.0.4", "react-component-benchmark": "^0.0.4",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",
"react-jss": "8.2.1", "react-jss": "8.2.1",
"react-native-web": "0.3.1", "react-native-web": "^0.3.2",
"reactxp": "0.51.0-alpha.9", "reactxp": "0.51.0-alpha.9",
"styled-components": "2.4.0", "styled-components": "2.4.0",
"styletron-client": "3.0.2", "styletron-client": "3.0.2",

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-native-web", "name": "react-native-web",
"version": "0.3.1", "version": "0.3.2",
"description": "React Native for Web", "description": "React Native for Web",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [

View File

@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "website", "name": "website",
"version": "0.3.1", "version": "0.3.2",
"scripts": { "scripts": {
"build": "build-storybook -o ./dist -c ./storybook/.storybook", "build": "build-storybook -o ./dist -c ./storybook/.storybook",
"start": "start-storybook -p 9001 -c ./storybook/.storybook", "start": "start-storybook -p 9001 -c ./storybook/.storybook",
@@ -12,7 +12,7 @@
"@storybook/react": "^3.3.6", "@storybook/react": "^3.3.6",
"react": "^16.2.0", "react": "^16.2.0",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",
"react-native-web": "^0.3.1" "react-native-web": "^0.3.2"
}, },
"devDependencies": { "devDependencies": {
"babel-plugin-react-native-web": "^0.3.1", "babel-plugin-react-native-web": "^0.3.1",