@dealdeploy/skl 0.1.0 → 0.1.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 (1) hide show
  1. package/package.json +6 -1
package/package.json CHANGED
@@ -1,11 +1,16 @@
1
1
  {
2
2
  "name": "@dealdeploy/skl",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "TUI skill manager for Claude Code agents",
5
5
  "module": "index.ts",
6
6
  "bin": {
7
7
  "skl": "index.ts"
8
8
  },
9
+ "scripts": {
10
+ "release": "npm version patch && git push && git push --tags",
11
+ "release:minor": "npm version minor && git push && git push --tags",
12
+ "release:major": "npm version major && git push && git push --tags"
13
+ },
9
14
  "type": "module",
10
15
  "dependencies": {
11
16
  "@opentui/core": "^0.1.80"