@orcado/yoyui 0.0.1 → 0.0.2
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.
- package/README.md +2 -2
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<img src="
|
|
1
|
+
<img src="./yoyui-icon.svg" alt="YoYui logo" width="64" />
|
|
2
2
|
|
|
3
3
|
# YoYui
|
|
4
4
|
|
|
5
|
-
**YoYui** is an internal fork of [PrimeReact](https://primereact.
|
|
5
|
+
**YoYui** is an internal fork of [PrimeReact](https://v10.primereact.org), maintained by **Orcado**.
|
|
6
6
|
|
|
7
7
|
## Why this fork exists
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orcado/yoyui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/orcado-nl/yoyui.git"
|
|
11
|
+
},
|
|
8
12
|
"scripts": {
|
|
9
13
|
"dev": "next dev",
|
|
10
14
|
"start": "next start",
|