safeword 0.12.1 → 0.12.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "safeword",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "CLI for setting up and managing safeword development environments",
5
5
  "type": "module",
6
6
  "bin": {
@@ -29,11 +29,11 @@
29
29
  "typecheck": "tsc --noEmit",
30
30
  "lint": "eslint src tests",
31
31
  "clean": "rm -rf dist",
32
- "prepublishOnly": "bun run build && bun run test"
32
+ "prepublishOnly": "node scripts/check-bun-publish.js && bun run build && bun run test"
33
33
  },
34
34
  "dependencies": {
35
35
  "commander": "^12.1.0",
36
- "eslint-plugin-safeword": "workspace:^"
36
+ "eslint-plugin-safeword": "^0.5.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^20.10.0",