vskill 0.1.15 → 0.1.17

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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,19 +5,19 @@
5
5
  ```bash
6
6
  # npm
7
7
  npx vskill find remotion # search the registry
8
- npx vskill install google/remotion # install after security scan
8
+ npx vskill install remotion-dev/skills # install after security scan
9
9
 
10
10
  # bun
11
11
  bunx vskill find remotion
12
- bunx vskill install google/remotion
12
+ bunx vskill install remotion-dev/skills
13
13
 
14
14
  # pnpm
15
15
  pnpx vskill find remotion
16
- pnpx vskill install google/remotion
16
+ pnpx vskill install remotion-dev/skills
17
17
 
18
18
  # yarn
19
19
  yarn dlx vskill find remotion
20
- yarn dlx vskill install google/remotion
20
+ yarn dlx vskill install remotion-dev/skills
21
21
  ```
22
22
 
23
23
  ## Why?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vskill",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "type": "module",
5
5
  "description": "Secure multi-platform AI skill installer — scan before you install",
6
6
  "bin": {