This commit is contained in:
Nicolas Gallagher
2019-08-16 13:15:07 -07:00
parent d2e8d616e2
commit e810f1fd2b
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.11.6",
"version": "0.11.7",
"scripts": {
"build": "make-dir 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,11 +10,11 @@
"@babel/runtime": "^7.2.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-native-web": "0.11.6"
"react-native-web": "0.11.7"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.2.0",
"babel-plugin-react-native-web": "0.11.6",
"babel-plugin-react-native-web": "0.11.7",
"babel-plugin-transform-runtime": "^6.23.0",
"file-loader": "^1.1.11",
"make-dir-cli": "^2.0.0",