Skip to content

Commit

Permalink
Manually install missing dependency for Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Jun 18, 2020
1 parent 66383c8 commit 6c058ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ node_js:
- 14
- 13
- 12
- 10
cache: yarn

script:
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -46,6 +46,7 @@
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-react-jsx": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@storybook/addon-knobs": "^5.3.19",
Expand Down

0 comments on commit 6c058ef

Please sign in to comment.