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 34567f24c3 - Show all commits

View File

@ -67,7 +67,8 @@
"dev": "nodemon src/app.ts", "dev": "nodemon src/app.ts",
"build": "tsc", "build": "tsc",
"docs": "typedoc --out docs src", "docs": "typedoc --out docs src",
"test": "jest" "test": "jest",
"test:watch": "jest --watchAll"
}, },
"nodemonConfig": { "nodemonConfig": {
"ignore": [ "ignore": [