trinil-react 1.0.0 → 1.0.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 +4 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,23 +1,13 @@
1
1
  # trinil-react
2
2
 
3
- React 16.8+ icon components from the Trinil library. Tree-shakeable, zero dependencies.
3
+ React 16.8+ icon components from the Trinil icon library. Tree-shakeable, zero dependencies, 765 beautifully designed outline icons.
4
4
 
5
- ## Installation
6
-
7
- These packages are not yet published to npm. To use during development:
8
-
9
- ```json
10
- {
11
- "dependencies": {
12
- "trinil-react": "file:../trinil/packages/trinil-react"
13
- }
14
- }
15
- ```
5
+ **Now available on npm!** → https://www.npmjs.com/package/trinil-react
16
6
 
17
- Or after building, import from the local repo:
7
+ ## Installation
18
8
 
19
9
  ```bash
20
- npm install ../../trinil/packages/trinil-react
10
+ npm install trinil-react
21
11
  ```
22
12
 
23
13
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trinil-react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "SVG icon library for React with locked stroke styles",
5
5
  "type": "module",
6
6
  "sideEffects": false,