Skip to content

Commit 7fc65e0

Browse files
committed
fix release workflow by removing redundant npm upgrade (#33)
1 parent 7f7b7f7 commit 7fc65e0

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

package.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
{
2-
"name": "@arcadeai/create-agent",
3-
"version": "0.5.3",
4-
"type": "module",
5-
"description": "Scaffold an Arcade-powered AI agent",
6-
"license": "MIT",
7-
"bin": {
8-
"create-agent": "./dist/index.js"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/ArcadeAI/create-arcade-agent.git"
13-
},
14-
"homepage": "https://github.com/ArcadeAI/create-arcade-agent#readme",
15-
"publishConfig": {
16-
"access": "public"
17-
},
18-
"files": [
19-
"dist",
20-
"templates"
21-
],
22-
"scripts": {
23-
"build": "tsc",
24-
"dev": "tsc --watch",
25-
"typecheck": "tsc --noEmit",
26-
"lint": "eslint .",
27-
"lint:fix": "eslint . --fix",
28-
"format": "prettier --write .",
29-
"format:check": "prettier --check ."
30-
},
31-
"dependencies": {
32-
"@clack/prompts": "^1.1.0",
33-
"cross-spawn": "^7.0.6",
34-
"handlebars": "^4.7.8",
35-
"picocolors": "^1.1.1"
36-
},
37-
"devDependencies": {
38-
"@eslint/js": "^10.0.1",
39-
"@types/cross-spawn": "^6.0.6",
40-
"@types/node": "^20.0.0",
41-
"eslint": "^10.0.2",
42-
"eslint-config-prettier": "^10.1.8",
43-
"prettier": "^3.8.1",
44-
"typescript": "^5.0.0",
45-
"typescript-eslint": "^8.56.1"
46-
},
47-
"engines": {
48-
"node": ">=22.0.0"
49-
}
2+
"name": "@arcadeai/create-agent",
3+
"version": "0.5.4",
4+
"type": "module",
5+
"description": "Scaffold an Arcade-powered AI agent",
6+
"license": "MIT",
7+
"bin": {
8+
"create-agent": "./dist/index.js"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/ArcadeAI/create-arcade-agent.git"
13+
},
14+
"homepage": "https://github.com/ArcadeAI/create-arcade-agent#readme",
15+
"publishConfig": {
16+
"access": "public"
17+
},
18+
"files": [
19+
"dist",
20+
"templates"
21+
],
22+
"scripts": {
23+
"build": "tsc",
24+
"dev": "tsc --watch",
25+
"typecheck": "tsc --noEmit",
26+
"lint": "eslint .",
27+
"lint:fix": "eslint . --fix",
28+
"format": "prettier --write .",
29+
"format:check": "prettier --check ."
30+
},
31+
"dependencies": {
32+
"@clack/prompts": "^1.1.0",
33+
"cross-spawn": "^7.0.6",
34+
"handlebars": "^4.7.8",
35+
"picocolors": "^1.1.1"
36+
},
37+
"devDependencies": {
38+
"@eslint/js": "^10.0.1",
39+
"@types/cross-spawn": "^6.0.6",
40+
"@types/node": "^20.0.0",
41+
"eslint": "^10.0.2",
42+
"eslint-config-prettier": "^10.1.8",
43+
"prettier": "^3.8.1",
44+
"typescript": "^5.0.0",
45+
"typescript-eslint": "^8.56.1"
46+
},
47+
"engines": {
48+
"node": ">=22.0.0"
49+
}
5050
}

0 commit comments

Comments
 (0)