@toyu-ui/core 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <h1><span color="blue">T</span><span color="cyan">Y</span>UI</h1>
2
+ <h1><span style="color: #4a90e2;">T</span><span style="color: #007aff;">Y</span>UI</h1>
3
3
  </p>
4
4
 
5
5
  <p align="center">
@@ -21,6 +21,7 @@
21
21
 
22
22
  <p align="center">
23
23
  <a href="#availability">Availability</a> &middot;
24
+ <a href="./USING.md">🔗 Using</a>&middot;
24
25
  <a href="#architecture">Architecture</a> &middot;
25
26
  <a href="#commands">Commands</a> &middot;
26
27
  <a href="#specs-and-decisions">Specs And Decisions</a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toyu-ui/core",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "homepage": "https://github.com/jurokapsiar/tyui#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/jurokapsiar/tyui/issues"