fix: remove storybook dependency (#3)

* fix: remove storybook dependency

* fix: update node
This commit is contained in:
Kim Truong 2019-10-17 09:54:04 -07:00 committed by Yongjie Zhao
parent 6c895c9510
commit 317f185d36
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: node_js
node_js:
- '10.10'
- '10.15'
cache:
- npm: true

View File

@ -38,7 +38,6 @@
"@storybook/addons": "^5.0.9",
"@storybook/react": "^5.0.9",
"@types/react": "^16.8.8",
"@types/storybook__addon-knobs": "^5.0.0",
"@types/storybook__react": "3.0.7",
"bootstrap": "^4.3.1",
"react": "^16.6.0",