feature/type-declarations #1

Merged
jackhadrill merged 9 commits from feature/type-declarations into master 2022-01-31 01:08:06 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit d534332ec9 - Show all commits

View File

@ -7,7 +7,8 @@
"scripts": { "scripts": {
"lint": "ts-standard", "lint": "ts-standard",
"test": "jest", "test": "jest",
"build": "tsc" "build": "tsc",
"prepare": "tsc"
}, },
"repository": { "repository": {
"type": "git", "type": "git",