@miketromba/ploof 0.1.0 → 0.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miketromba/ploof",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "AI asset generation CLI for OpenAI images today, designed for multi-provider creative workflows.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,6 +9,7 @@
9
9
  "files": [
10
10
  "dist",
11
11
  "skills",
12
+ "assets/brand/ploof-banner.png",
12
13
  "README.md",
13
14
  "LICENSE",
14
15
  "SPEC.md"
@@ -26,7 +27,7 @@
26
27
  "format": "bunx biome format --write .",
27
28
  "typecheck": "bunx tsc --noEmit",
28
29
  "prepublishOnly": "bun run lint && bun run typecheck && bun test && bun run build",
29
- "release": "bun run lint && bun run typecheck && bun test && bun run build && npm pack --dry-run && npm publish --access public",
30
+ "release": "bun run lint && bun run typecheck && bun test && bun run build && npm pack --dry-run",
30
31
  "ploof": "bun run bin/ploof.ts",
31
32
  "prepare": "husky || true"
32
33
  },