@opudoc/opicon-shared 0.1.3 → 0.1.4

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 +35 -35
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,35 +1,35 @@
1
- <p align="center">
2
- <strong>Shared utilities for Opicon icon packages.</strong>
3
- <br /><br />
4
- <a href="https://www.npmjs.com/package/@opudoc/opicon-shared"><img src="https://img.shields.io/npm/v/%40opudoc%2Fopicon-shared?color=blue" alt="npm" /></a>
5
- <img src="https://img.shields.io/badge/downloads-0-lightgrey" alt="NPM Downloads" />
6
- <a href="https://github.com/OpuDoc/opicon/blob/main/LICENSE.md"><img src="https://img.shields.io/badge/license-ISC-green" alt="License" /></a>
7
- <br /><br />
8
- <a href="https://github.com/OpuDoc/opicon">About</a>
9
- ·
10
- <a href="https://github.com/OpuDoc/opicon/tree/main/icons">Icons</a>
11
- ·
12
- <a href="https://github.com/OpuDoc/opicon/tree/main/packages/shared">Source</a>
13
- ·
14
- <a href="https://github.com/OpuDoc/opicon/blob/main/LICENSE.md">License</a>
15
- </p>
16
-
17
- # Opicon Shared
18
-
19
- Shared utilities used by `@opudoc/opicon-*` framework packages.
20
-
21
- You typically do not install this package directly. It is included as a dependency of packages such as `@opudoc/opicon-react`.
22
-
23
- ## Installation
24
-
25
- ```sh
26
- pnpm add @opudoc/opicon-shared
27
- ```
28
-
29
- ```sh
30
- npm install @opudoc/opicon-shared
31
- ```
32
-
33
- ## License
34
-
35
- Opicon is licensed under the ISC license. See [LICENSE](https://github.com/OpuDoc/opicon/blob/main/LICENSE.md).
1
+ <p align="center">
2
+ <strong>Shared utilities for Opicon icon packages.</strong>
3
+ <br /><br />
4
+ <a href="https://www.npmjs.com/package/@opudoc/opicon-shared"><img src="https://img.shields.io/npm/v/%40opudoc%2Fopicon-shared?color=blue" alt="npm" /></a>
5
+ <img src="https://img.shields.io/npm/dt/%40opudoc%2Fopicon-shared" alt="NPM Downloads" />
6
+ <a href="https://github.com/OpuDoc/opicon/blob/main/LICENSE.md"><img src="https://img.shields.io/badge/license-ISC-green" alt="License" /></a>
7
+ <br /><br />
8
+ <a href="https://github.com/OpuDoc/opicon">About</a>
9
+ ·
10
+ <a href="https://github.com/OpuDoc/opicon/tree/main/icons">Icons</a>
11
+ ·
12
+ <a href="https://github.com/OpuDoc/opicon/tree/main/packages/shared">Source</a>
13
+ ·
14
+ <a href="https://github.com/OpuDoc/opicon/blob/main/LICENSE.md">License</a>
15
+ </p>
16
+
17
+ # Opicon Shared
18
+
19
+ Shared utilities used by `@opudoc/opicon-*` framework packages.
20
+
21
+ You typically do not install this package directly. It is included as a dependency of packages such as `@opudoc/opicon-react`.
22
+
23
+ ## Installation
24
+
25
+ ```sh
26
+ pnpm add @opudoc/opicon-shared
27
+ ```
28
+
29
+ ```sh
30
+ npm install @opudoc/opicon-shared
31
+ ```
32
+
33
+ ## License
34
+
35
+ Opicon is licensed under the ISC license. See [LICENSE](https://github.com/OpuDoc/opicon/blob/main/LICENSE.md).
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@opudoc/opicon-shared",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "license": "ISC",
5
5
  "description": "Shared utilities for Opicon icon packages.",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/OpuBase/opicon.git",
8
+ "url": "https://github.com/OpuDoc/opicon.git",
9
9
  "directory": "packages/shared"
10
10
  },
11
- "homepage": "https://github.com/OpuBase/opicon",
12
- "bugs": "https://github.com/OpuBase/opicon/issues",
13
- "author": "OpuBase (https://github.com/OpuBase)",
11
+ "homepage": "https://github.com/OpuDoc/opicon",
12
+ "bugs": "https://github.com/OpuDoc/opicon/issues",
13
+ "author": "OpuDoc (https://github.com/OpuDoc)",
14
14
  "contributors": [
15
15
  "RafaelK-F (https://github.com/RafaelK-F)"
16
16
  ],