@skunkceo/cli 2.0.0 → 2.0.1

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/bin/setup.js +1 -0
  2. package/package.json +1 -1
package/bin/setup.js CHANGED
@@ -232,6 +232,7 @@ async function main() {
232
232
 
233
233
  // Core skills that enable WordPress + Skunk workflow
234
234
  const coreSkills = [
235
+ { name: 'skunk-cli', desc: 'Skunk CLI for installing plugins & skills' },
235
236
  { name: 'wordpress-studio', desc: 'WordPress site management' },
236
237
  { name: 'woocommerce', desc: 'WooCommerce store operations' },
237
238
  { name: 'skunkcrm', desc: 'SkunkCRM contact & pipeline management' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skunkceo/cli",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Install and manage Skunk Global skills and WordPress plugins",
5
5
  "bin": {
6
6
  "skunk": "./bin/skunk.js"