Patch 0.0.2 #9

Merged
niggl merged 69 commits from dev into main 2021-02-03 17:24:35 +00:00
Showing only changes of commit 814b564752 - Show all commits

View File

@ -4,7 +4,7 @@
"description": "The document generation server for the LfK! runner system. This generates certificates, sponsoring aggreements and more",
"main": "src/app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "nodemon src/app.ts"
},
"repository": {
"type": "git",
@ -52,4 +52,4 @@
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}
}