Skip to content

Commit 70caf92

Browse files
1 parent 08e87d8 commit 70caf92

2 files changed

Lines changed: 28 additions & 27 deletions

File tree

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,11 @@
11
{
2-
"name": "create-pull-request",
3-
"version": "0.0.1",
4-
"private": false,
5-
"description": "Creates a pull request for changes to your repository in the actions workspace",
6-
"keywords": [
7-
"codeeditorland",
8-
"land",
9-
"playform"
10-
],
11-
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/CreatePullRequest#readme",
12-
"bugs": {
13-
"url": "HTTPS://GitHub.Com/CodeEditorLand/CreatePullRequest/issues"
14-
},
15-
"repository": {
16-
"type": "git",
17-
"url": "git+HTTPS://github.com/CodeEditorLand/CreatePullRequest.git"
18-
},
19-
"license": "SEE LICENSE IN LICENSE",
202
"author": {
21-
"name": "Source 🖋️ Open 👐🏻",
223
"email": "Source/Open@Editor.Land",
4+
"name": "Source 🖋️ Open 👐🏻",
235
"url": "HTTPS://Editor.Land"
246
},
25-
"type": "module",
26-
"main": "lib/main.js",
27-
"scripts": {
28-
"build": "tsc && ncc build",
29-
"prepublishOnly": "Build 'Source/**/*.ts'",
30-
"test:int": "__test__/integration-tests.sh",
31-
"test:unit": "jest unit"
7+
"bugs": {
8+
"url": "HTTPS://GitHub.Com/CodeEditorLand/CreatePullRequest/issues"
329
},
3310
"dependencies": {
3411
"@actions/core": "1.2.6",
@@ -38,13 +15,36 @@
3815
"@octokit/plugin-rest-endpoint-methods": "4.2.0",
3916
"uuid": "8.3.0"
4017
},
18+
"description": "Creates a pull request for changes to your repository in the actions workspace",
4119
"devDependencies": {
4220
"@playform/build": "0.2.3",
4321
"@types/node": "14.10.3",
4422
"@vercel/ncc": "0.24.1",
4523
"js-yaml": "3.14.0"
4624
},
25+
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/CreatePullRequest#readme",
26+
"keywords": [
27+
"codeeditorland",
28+
"land",
29+
"playform"
30+
],
31+
"license": "SEE LICENSE IN LICENSE",
32+
"main": "lib/main.js",
33+
"name": "create-pull-request",
34+
"private": false,
4735
"publishConfig": {
4836
"access": "public"
49-
}
37+
},
38+
"repository": {
39+
"type": "git",
40+
"url": "git+HTTPS://github.com/CodeEditorLand/CreatePullRequest.git"
41+
},
42+
"scripts": {
43+
"build": "tsc && ncc build",
44+
"prepublishOnly": "Build 'Source/**/*.ts'",
45+
"test:int": "__test__/integration-tests.sh",
46+
"test:unit": "jest unit"
47+
},
48+
"type": "module",
49+
"version": "0.0.1"
5050
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"extends": "@playform/build/tsconfig",
2222
"include": [
23+
"src",
2324
"src",
2425
"src",
2526
"src"

0 commit comments

Comments
 (0)