@thesvg/vue 0.8.0 → 1.0.2

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 +9 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center">
2
2
  <a href="https://github.com/GLINCKER/thesvg">
3
- <img src="https://raw.githubusercontent.com/GLINCKER/thesvg/main/public/og-image.png" alt="theSVG - 3,847 Brand SVG Icons" width="700" />
3
+ <img src="https://raw.githubusercontent.com/GLINCKER/thesvg/main/public/og-image.png" alt="theSVG - 4,000+ Brand SVG Icons" width="700" />
4
4
  </a>
5
5
  </p>
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/vue",
3
- "version": "0.8.0",
3
+ "version": "1.0.2",
4
4
  "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -47,10 +47,6 @@
47
47
  "README.md",
48
48
  "LICENSE"
49
49
  ],
50
- "scripts": {
51
- "build": "tsx scripts/build-components.ts",
52
- "prepublishOnly": "npm run build"
53
- },
54
50
  "peerDependencies": {
55
51
  "vue": ">=3.3"
56
52
  },
@@ -60,5 +56,12 @@
60
56
  },
61
57
  "engines": {
62
58
  "node": ">=18"
59
+ },
60
+ "publishConfig": {
61
+ "provenance": true,
62
+ "access": "public"
63
+ },
64
+ "scripts": {
65
+ "build": "tsx scripts/build-components.ts"
63
66
  }
64
- }
67
+ }