This commit is contained in:
Nicolas Gallagher
2018-09-27 14:30:26 -07:00
parent c3cbd53a8a
commit 1f3a77dada
6 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "react-native-examples",
"version": "0.9.0",
"version": "0.9.1",
"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.5.1",
"react-dom": "^16.5.1",
"react-native-web": "0.9.0"
"react-native-web": "0.9.1"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.9.0",
"babel-plugin-react-native-web": "0.9.1",
"babel-plugin-transform-runtime": "^6.23.0",
"file-loader": "^1.1.11",
"webpack": "^4.8.1",