mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-31 17:53:50 +00:00
Update react-storybook dependency
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@
|
|||||||
"build:examples": "build-storybook -o dist-examples -c ./examples/.storybook",
|
"build:examples": "build-storybook -o dist-examples -c ./examples/.storybook",
|
||||||
"build:umd": "webpack --config webpack.config.js --sort-assets-by --progress",
|
"build:umd": "webpack --config webpack.config.js --sort-assets-by --progress",
|
||||||
"deploy:examples": "git checkout gh-pages && rm -rf ./storybook && mv dist-examples storybook && git add -A && git commit -m \"Storybook deploy\" && git push origin gh-pages && git checkout -",
|
"deploy:examples": "git checkout gh-pages && rm -rf ./storybook && mv dist-examples storybook && git add -A && git commit -m \"Storybook deploy\" && git push origin gh-pages && git checkout -",
|
||||||
"examples": "start-storybook -p 9001 -c ./examples/.storybook",
|
"examples": "start-storybook -p 9001 -c ./examples/.storybook --dont-track",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"prepublish": "npm run build && npm run build:umd",
|
"prepublish": "npm run build && npm run build:umd",
|
||||||
"test": "karma start karma.config.js",
|
"test": "karma start karma.config.js",
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"react-timer-mixin": "^0.13.3"
|
"react-timer-mixin": "^0.13.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@kadira/storybook": "^1.38.0",
|
"@kadira/storybook": "^2.5.1",
|
||||||
"babel-cli": "^6.14.0",
|
"babel-cli": "^6.14.0",
|
||||||
"babel-core": "^6.14.0",
|
"babel-core": "^6.14.0",
|
||||||
"babel-eslint": "^6.1.2",
|
"babel-eslint": "^6.1.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user