jsonresume-theme-catppuccin 1.0.1 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.0.2 (Wed Mar 04 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - chore: updated readme ([@stephansama](https://github.com/stephansama))
6
+
7
+ #### Authors: 1
8
+
9
+ - Stephan Randle ([@stephansama](https://github.com/stephansama))
10
+
11
+ ---
12
+
1
13
  # v1.0.1 (Sun Mar 01 2026)
2
14
 
3
15
  #### 🐛 Bug Fix
package/README.md CHANGED
@@ -1 +1,10 @@
1
1
  # jsonresume-theme-catppuccin
2
+
3
+ > [!CAUTION]
4
+ > use npm aliasing with the scope package instead
5
+ >
6
+ > e.g.
7
+ >
8
+ > ```sh
9
+ > pnpm install jsonresume-theme-catppuccin@npm:@stephansama/catppuccin-jsonresume-theme@latest
10
+ > ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsonresume-theme-catppuccin",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Wrapper package for @stephansama/catppuccin-jsonresume-theme",
5
5
  "main": "index.js",
6
6
  "scripts": {