Skip to content

Commit

Permalink
updated bulma references to reflect [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
dfee committed Jun 10, 2019
1 parent fe5369d commit 0a61e5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### Features

- up-to-date Bulma implementation (0.7.4)
- up-to-date Bulma implementation (0.7.5)
- written with TypeScript 3 for React 16
- well tested and [documented](https://dfee.github.io/rbx)
- extensive customization support
Expand Down
2 changes: 1 addition & 1 deletion examples/with-customization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Unless you're building `rbx` from scratch, you'll want to follow these instructi

```diff
"dependencies": {
"bulma": "^0.7.4",
"bulma": "^0.7.5",
- "rbx": "file:../../dist",
+ "rbx": "^2.0.0",
"react": "^16.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/__docs__/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Check out the [design principles](/architecture/design) to learn more 🥤.
renderable as any other component.
</p>
</RbxFeature>
<RbxFeature to="https://bulma.io/" imageSrc={BulmaLogo} title="Bulma 0.7.4">
<RbxFeature to="https://bulma.io/" imageSrc={BulmaLogo} title="Bulma 0.7.5">
<p>
Fully compatible with the latest <em>Bulma</em>.
</p>
Expand Down

0 comments on commit 0a61e5c

Please sign in to comment.