skilluse 0.1.5 → 0.1.6
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/dist/index.js +16810 -15
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skilluse",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "CLI tool for managing and installing AI Coding Agent Skills",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"dev": "bun --watch src/index.tsx",
|
|
28
|
-
"build": "bun build src/index.tsx --outdir dist --target node --define 'process.env.DEV=\"false\"'
|
|
28
|
+
"build": "bun build src/index.tsx --outdir dist --target node --define 'process.env.DEV=\"false\"'",
|
|
29
29
|
"build:bin": "bun build src/cli.tsx --compile --minify --sourcemap --define 'process.env.DEV=\"false\"' --outfile dist/skilluse",
|
|
30
30
|
"build:all": "bun run scripts/build-all.ts",
|
|
31
31
|
"typecheck": "tsc --noEmit",
|