fix(core): update

This commit is contained in:
Philipp Kunz 2022-09-27 15:44:06 +02:00
parent 17c85eb8b9
commit 3c052df1e7
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web --allowimplicitany)"
},
"repository": {
"type": "git",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartacme',
version: '4.0.0',
version: '4.0.1',
description: 'acme with an easy yet powerful interface in TypeScript'
}