@catalystsoftware/icons 1.0.15 → 1.0.16

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@ pnpm add @catalystsoftware/icons
12
12
  - Yarn
13
13
  - Pnpm
14
14
  - There were a bunch of other brands I added, but threw them in with the others before grabbing there names
15
- - trying my hand at manually creating svgs, so if you use bmw and it doesn't look right, thats why
15
+ - trying my hand at manually creating svgs, so if you use bmw and it doesn't look right, thats why... Update: Apparentllyyyy, I suck at this, gonna stick to using svgs, lol everything is working as it should
16
16
 
17
17
 
18
18
  ## Icon list
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@catalystsoftware/icons",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "A flexible icon library for React",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",