Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit 0c9b54b

Browse files
chore: tweaks
1 parent d36588e commit 0c9b54b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"dependencies": {
3737
"@actions/core": "^1.2.6",
3838
"@actions/github": "^4.0.0",
39+
"@octokit/openapi-types": "^2.0.0",
3940
"@octokit/plugin-paginate-rest": "^2.6.2",
4041
"@octokit/plugin-rest-endpoint-methods": "^4.4.1",
4142
"@octokit/types": "^6.1.1",

Diff for: tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
/* Basic Options */
44
// "incremental": true, /* Enable incremental compilation */
5-
"target": "es6",
5+
"target": "ES2019",
66
/* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
77
"module": "commonjs",
88
/* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */

0 commit comments

Comments
 (0)