Merge alpha 0.0.5 to master #54

Merged
niggl merged 292 commits from dev into main 2020-12-23 17:05:35 +00:00
Showing only changes of commit 4ff6f8c540 - Show all commits

View File

@ -68,5 +68,12 @@
"build": "tsc",
"docs": "typedoc --out docs src",
"test": "jest"
},
"nodemonConfig": {
"ignore": [
"src/tests/*",
"docs/*"
],
"delay": "2500"
}
}
}