This commit is contained in:
Nicolas Gallagher
2018-01-19 14:05:46 -08:00
parent 3e1b68d801
commit e4e6147081
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"lerna": "2.5.1",
"version": "0.3.2",
"version": "0.3.3",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-react-native-web",
"version": "0.3.1",
"version": "0.3.3",
"description": "Babel plugin for React Native for Web",
"main": "index.js",
"devDependencies": {
+2 -2
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.3.2",
"version": "0.3.3",
"scripts": {
"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 -"
@@ -27,7 +27,7 @@
"styletron-react": "3.0.3"
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.3.1",
"babel-plugin-react-native-web": "^0.3.3",
"css-loader": "^0.28.9",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "website",
"version": "0.3.2",
"version": "0.3.3",
"scripts": {
"build": "build-storybook -o ./dist -c ./storybook/.storybook",
"start": "start-storybook -p 9001 -c ./storybook/.storybook",
@@ -15,7 +15,7 @@
"react-native-web": "^0.3.2"
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.3.1",
"babel-plugin-react-native-web": "^0.3.3",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
}