Skip to content

Commit ec5c951

Browse files
committed
update package.json
1 parent 96077b0 commit ec5c951

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "@bit-tasks/pull-request",
3-
"version": "4.0.5",
4-
"description": "",
5-
"main": "dist/index.js",
6-
"scripts": {
7-
"build": "ncc build index.ts --license licenses.txt",
8-
"package": "pnpm run build",
9-
"test": "echo \"Error: no test specified\" && exit 1"
10-
},
11-
"keywords": [],
12-
"author": "",
13-
"license": "ISC",
14-
"dependencies": {
15-
"@actions/core": "^1.10.0",
16-
"@actions/exec": "^1.1.1",
17-
"@actions/github": "^5.1.1",
18-
"semver": "7.7.2"
19-
},
20-
"devDependencies": {
21-
"@types/node": "^20.3.2",
22-
"@types/semver": "7.7.0",
23-
"@vercel/ncc": "^0.36.1",
24-
"typescript": "^4.6.2"
25-
}
26-
}
2+
"name": "@bit-tasks/pull-request",
3+
"version": "4.0.6",
4+
"description": "",
5+
"main": "dist/index.js",
6+
"scripts": {
7+
"build": "ncc build index.ts --license licenses.txt",
8+
"package": "pnpm run build",
9+
"test": "echo \"Error: no test specified\" && exit 1"
10+
},
11+
"keywords": [],
12+
"author": "",
13+
"license": "ISC",
14+
"dependencies": {
15+
"@actions/core": "^1.10.0",
16+
"@actions/exec": "^1.1.1",
17+
"@actions/github": "^5.1.1",
18+
"semver": "7.7.2"
19+
},
20+
"devDependencies": {
21+
"@types/node": "^20.3.2",
22+
"@types/semver": "7.7.0",
23+
"@vercel/ncc": "^0.36.1",
24+
"typescript": "^4.6.2"
25+
}
26+
}

0 commit comments

Comments
 (0)