Merge branch 'main' into chore/--build

This commit is contained in:
Andrew Eisenberg 2021-05-19 12:44:31 -07:00 committed by GitHub
commit 98104d89d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
105 changed files with 1323 additions and 603 deletions

View file

@ -6,6 +6,7 @@
"scripts": {
"build": "tsc --build",
"test": "ava src/** --serial --verbose",
"test-debug": "ava src/** --serial --verbose --timeout=20m",
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts",
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts --fix",
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
@ -33,7 +34,7 @@
"fast-deep-equal": "^3.1.3",
"file-url": "^3.0.0",
"fs": "0.0.1-security",
"github-linguist": "^2.4.0",
"github-linguist": "^2.4.2",
"js-yaml": "^3.13.1",
"jsonschema": "1.2.6",
"long": "^4.0.0",