mirror of
https://github.com/hangwin/mcp-chrome.git
synced 2026-08-29 01:53:10 +08:00
feat: update docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mcp-chrome-bridge",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "Chrome Native-Messaging host (Node)",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
@@ -15,7 +15,7 @@
|
||||
"lint:fix": "eslint 'src/**/*.{js,ts}' --fix",
|
||||
"format": "prettier --write 'src/**/*.{js,ts,json}'",
|
||||
"register:dev": "node dist/scripts/register-dev.js",
|
||||
"postinstall": "node dist/scripts/postinstall.js"
|
||||
"postinstall": "node -e \"try { require('fs').accessSync('debug.sh') } catch (e) { require('dist/scripts/postinstall.js') }\""
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Reference in New Issue
Block a user