Skip to content

Commit

Permalink
fix: add missing component dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Aug 16, 2019
1 parent 9cf64f7 commit e3fdc0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/bolt-typeahead/package.json
Expand Up @@ -36,7 +36,8 @@
},
"dependencies": {
"@bolt/core": "^2.6.0-beta.1",
"@bolt/components-icon": "^2.6.0-beta.1"
"@bolt/components-icon": "^2.6.0-beta.1",
"@bolt/components-button": "^2.6.0-beta.1"
},
"schema": "typeahead.schema.yml"
}

0 comments on commit e3fdc0c

Please sign in to comment.