Skip to content

Commit

Permalink
Publish 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Feb 3, 2021
1 parent 8c82296 commit ab8ae0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import React from 'react'
import Icon from 'supercons'

export default () => (
<div style={{ color: 'cyan' }}>
<div style={{ color: 'magenta' }}>
<Icon glyph="like" size={128} />
<Icon glyph="leaders" size={32} />
<Icon glyph="cloud" size={32} />
</div>
)
```
Expand Down Expand Up @@ -62,4 +62,4 @@ yarn run dev
- [ ] Try using Microbundle for build?
- [ ] Add more icons
- [ ] Forward refs (with proper TypeScript support)
- [ ] Allow tree-shaking by generating a component for each icon
- [ ] Allow tree-shaking by programatically generating a component for each icon
8 changes: 5 additions & 3 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.1.0.tgz#6c9eafc78c1529248f8f4d92b0799a712b6052c6"
integrity sha512-i9YbZPN3QgfighY/1X1Pu118VUz2Fmmhd6b2n0/O8YVgGGfw0FbUYoA97k7FkpGJ+pLCFEDLUmAPPV4D1kpeFw==

"@lachlanjc/supercons@file:..":
version "0.0.1"

"@next/env@10.0.6":
version "10.0.6"
resolved "https://registry.yarnpkg.com/@next/env/-/env-10.0.6.tgz#e3c845491a8b0fffda219b5bda84b361b8b2f9c2"
Expand Down Expand Up @@ -1993,6 +1990,11 @@ stylis@3.5.4:
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==

supercons@latest:
version "0.0.1"
resolved "https://registry.yarnpkg.com/supercons/-/supercons-0.0.1.tgz#b016f843ec930e30889dff01bdd5086398bbb4bd"
integrity sha512-ET70X83boPmv8ze9r5CuGXJCBZ9mbQ32RgE1CIwOX4K2hv9yA9mu8mtkt52VKER1PDZFSf5v/+9neLD5d1bFCQ==

supports-color@^5.3.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
Expand Down

1 comment on commit ab8ae0b

@vercel
Copy link

@vercel vercel bot commented on ab8ae0b Feb 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.