We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b24e77 commit 55cea32Copy full SHA for 55cea32
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@linkedapi/linkedin-cli",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "AI-agent-friendly CLI for controlling LinkedIn accounts and retrieving real-time data.",
5
"author": "Linked API",
6
"license": "MIT",
@@ -24,7 +24,7 @@
24
],
25
"scripts": {
26
"build": "tsc && tsc-alias && npm run manifest",
27
- "clean": "rm -rf dist",
+ "clean": "rm -rf dist tsconfig.tsbuildinfo",
28
"dev": "tsc --watch",
29
"lint": "eslint src --fix",
30
"format": "prettier --write \"src/**/*.ts\"",
0 commit comments