@lolmath/ui 2.5.0 → 2.5.1

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 +9 -0
  2. package/package.json +11 -1
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # LoL Math UI
2
+
3
+ The League of Legends Math UI is React Component library made to look similar to
4
+ the League of Legends client. It is used in the [LoL Math website](https://lolmath.net)
5
+
6
+ - [Documentation](https://docs.lolmath.net).
7
+ - [Storybook](https://ui.lolmath.net).
8
+ - [NPM Package](https://www.npmjs.com/package/@lolmath/ui).
9
+ - [Repository](https://gitlab.com/lol-math/lolmath/-/tree/main/packages/ui)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lolmath/ui",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "private": false,
5
5
  "description": "lolmath.net UI",
6
6
  "type": "module",
@@ -22,6 +22,16 @@
22
22
  "access": "public",
23
23
  "registry": "https://registry.npmjs.org/"
24
24
  },
25
+ "homepage": "https://ui.lolmath.net",
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://gitlab.com/lol-math/lolmath.git",
29
+ "directory": "packages/ui"
30
+ },
31
+ "bugs": {
32
+ "url": "https://gitlab.com/lol-math/lolmath/-/issues",
33
+ "email": "incoming+lol-math-lolmath-41959739-1qbix14106nxnde3k5iusimi8-issue@incoming.gitlab.com"
34
+ },
25
35
  "devDependencies": {
26
36
  "@types/react": "^18.2.21",
27
37
  "@types/react-dom": "^18.2.7",