fix(core): update

This commit is contained in:
Philipp Kunz 2022-06-06 16:22:58 +02:00
parent 1dbbc1ecdb
commit 7d86f3382c
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/mongodump',
version: '1.0.6',
version: '1.0.7',
description: 'a tool to handle dumps of mongodb databases'
}