mviz 1.6.1 → 1.6.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 +1 -1
package/README.md CHANGED
@@ -34,7 +34,7 @@ If you do not have a database available, you can also load CSV files directly, a
34
34
 
35
35
  **Claude Web or Desktop:** Download [`mviz.skill`](https://gist.github.com/matsonj/1c13b656bca20b1d2cc6260309d8eb40) and add it to your project knowledge.
36
36
 
37
- **Claude Code:** Run `npx add-skill matsonj/mviz` or clone this repo and work from the directory.
37
+ **Claude Code:** Run `npx skills add matsonj/mviz` or clone this repo and work from the directory.
38
38
 
39
39
  ### 3. Effective Use Tips
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mviz",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "A chart & report builder designed for use by AI.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",