@rayhanadev/katto 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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @rayhanadev/katto
2
+
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 47cade0: Update the README with corrected scripts for development.
package/README.md CHANGED
@@ -161,25 +161,13 @@ katto -D --dry-run
161
161
  bun install
162
162
  bun run dev
163
163
  bun run build
164
- bun run check
165
164
  ```
166
165
 
167
166
  Useful scripts:
168
167
 
169
168
  - `bun run dev` runs the TypeScript entry directly.
170
- - `bun run build` bundles the CLI into `dist/`.
171
- - `bun run check` runs typecheck and lint.
172
- - `bun run format` formats the project.
173
-
174
- ## Release
175
-
176
- ```bash
177
- bun run check
178
- bun run build
179
- npm pack --dry-run
180
- ```
181
-
182
- Publishing should run `prepack`, which rebuilds `dist/` before the package is packed.
169
+ - `bun run build` bundles the CLI into `dist/` using tsdown.
170
+ - `bun run <lint|format|typecheck>` runs lint, format, or typecheck.
183
171
 
184
172
  ## License
185
173
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rayhanadev/katto",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Fast interactive cleanup for generated dependency and build folders.",
5
5
  "keywords": [
6
6
  "bun",