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
+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"
}