Skip to content

Commit 6a90a4e

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent ce5aa04 commit 6a90a4e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"name": "create-pull-request",
3+
"description": "Creates a pull request for changes to your repository in the actions workspace",
4+
"main": "lib/main.js",
5+
"scripts": {
6+
"build": "tsc && ncc build",
7+
"test:int": "__test__/integration-tests.sh",
8+
"test:unit": "jest unit"
9+
},
210
"dependencies": {
311
"@actions/core": "1.11.1",
412
"@actions/exec": "1.1.1",
@@ -7,17 +15,9 @@
715
"@octokit/plugin-rest-endpoint-methods": "13.2.6",
816
"uuid": "11.0.3"
917
},
10-
"description": "Creates a pull request for changes to your repository in the actions workspace",
1118
"devDependencies": {
1219
"@types/node": "22.10.1",
1320
"@vercel/ncc": "0.38.3",
1421
"js-yaml": "4.1.0"
15-
},
16-
"main": "lib/main.js",
17-
"name": "create-pull-request",
18-
"scripts": {
19-
"build": "tsc && ncc build",
20-
"test:int": "__test__/integration-tests.sh",
21-
"test:unit": "jest unit"
2222
}
2323
}

0 commit comments

Comments
 (0)