chrome-cdp-cli 1.2.1 → 1.2.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 +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrome-cdp-cli",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Command-line tool for controlling Chrome browser via Chrome DevTools Protocol. Features: JavaScript execution, screenshots, DOM snapshots, console/network monitoring, IDE integration (Cursor commands & Claude skills). Install IDE tools with --force option for directory validation bypass.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,7 +32,6 @@
32
32
  "package": "npm run build:prod && npm pack",
33
33
  "prepublishOnly": "npm run test:ci && npm run build:prod",
34
34
  "prepack": "npm run build:prod",
35
- "postinstall": "npm run build",
36
35
  "verify": "npm run lint && npm run test:ci && npm run build:prod"
37
36
  },
38
37
  "keywords": [