Skip to content

Commit

Permalink
fix: remove storybook dependency (#3)
Browse files Browse the repository at this point in the history
* fix: remove storybook dependency

* fix: update node
  • Loading branch information
khtruong authored and zhaoyongjie committed Nov 30, 2021
1 parent 6c895c9 commit 317f185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- '10.10'
- '10.15'

cache:
- npm: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 317f185

Please sign in to comment.