@orcado/yoyui 0.0.2 → 0.0.3

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,11 +12,11 @@ We rely on PrimeReact across our products and maintain this fork internally to m
12
12
 
13
13
  **Existing MIT versions remain MIT, forever.**
14
14
 
15
- This fork is built on the original PrimeReact codebase, released under the MIT license. That license is preserved in full — nothing about the existing MIT-licensed code is taken away or restricted. See [LICENSE](./LICENSE) for details, including both the original and Orcado copyright notices.
15
+ This fork is built on the original PrimeReact codebase, released under the MIT license. That license is preserved in full — nothing about the existing MIT-licensed code is taken away or restricted. See [LICENSE](./LICENSE.md) for details, including both the original and Orcado copyright notices.
16
16
 
17
17
  ## Contributing
18
18
 
19
- This is an internal Orcado project. Contributions are currently limited to Orcado employees — see [CONTRIBUTING.md](./CONTRIBUTING.md) for details.
19
+ This is an internal Orcado project. Contributions are currently limited to Orcado employees — see [CONTRIBUTING](./CONTRIBUTING.md) for details.
20
20
 
21
21
  ## Credit
22
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orcado/yoyui",
3
3
  "private": false,
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },