feat(ci): auto release (#53)

* feat(ci): allow auto release

* chore(ci): simplify release

* chore: apply suggestions from code review
This commit is contained in:
Michael Kriese 2020-05-05 09:15:37 +02:00 committed by GitHub
parent 1dd736bd72
commit 6cef3bd05f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 94 additions and 56 deletions

View file

@ -3,7 +3,6 @@
"target": "es2020",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,