1 parent dc75a87 commit c6185b1Copy full SHA for c6185b1
1 file changed
package.json
@@ -40,7 +40,7 @@
40
"test:coverage": "SEARXNG_URL=https://test-searx.example.com c8 --reporter=text tsx __tests__/run-all.ts",
41
"bootstrap": "npm install && npm run build",
42
"inspector": "DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector node dist/index.js",
43
- "postversion": "node scripts/update-version.js && git add src/index.ts && git commit --amend --no-edit && git tag -f \"v$(node -p 'require(\"./package.json\").version')'\""
+ "postversion": "node scripts/update-version.js && git add src/index.ts && git commit --amend --no-edit && git tag -f \"v$(node -p 'require(\\\"./package.json\\\").version')\""
44
},
45
"dependencies": {
46
"@modelcontextprotocol/sdk": "1.17.4",
0 commit comments