This commit is contained in:
Nicolas Gallagher
2018-06-05 13:22:24 -07:00
parent 7b81d2a7ec
commit b195f2b1f5
6 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "react-native-examples",
"version": "0.8.1",
"version": "0.8.2",
"scripts": {
"build": "mkdir -p dist && cp -f src/index.html dist/index.html && ./node_modules/.bin/webpack-cli --config ./webpack.config.js",
"release": "yarn build && git checkout gh-pages && rm -rf ../../examples && mv dist ../../examples && git add -A && git commit -m \"Examples deploy\" && git push origin gh-pages && git checkout -"
@@ -10,10 +10,10 @@
"babel-runtime": "^6.26.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-native-web": "0.8.1"
"react-native-web": "0.8.2"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.8.1",
"babel-plugin-react-native-web": "0.8.2",
"babel-plugin-transform-runtime": "^6.23.0",
"file-loader": "^1.1.11",
"webpack": "^4.8.1",