This commit is contained in:
khai96_ 2020-05-08 09:58:03 +07:00
commit 00fe3cde8e
4 changed files with 1067 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"private": true,
"dependencies": {
"download": "^8.0.0",
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
"@types/node": "^13.13.5"
},
"devDependencies": {
"@zeit/ncc": "^0.22.1"
}
}

1048
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"pinVersions": false,
"extends": [
"config:base"
]
}