fix(core): update
This commit is contained in:
parent
1dbbc1ecdb
commit
7d86f3382c
@ -10,7 +10,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/ --web)",
|
"test": "(tstest test/ --web)",
|
||||||
"build": "(tsbuild --web)"
|
"build": "(tsbuild --web --allowimplicitany)"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.25",
|
"@gitzone/tsbuild": "^2.1.25",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/mongodump',
|
name: '@pushrocks/mongodump',
|
||||||
version: '1.0.6',
|
version: '1.0.7',
|
||||||
description: 'a tool to handle dumps of mongodb databases'
|
description: 'a tool to handle dumps of mongodb databases'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user