fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-31 15:19:19 +02:00
parent 75fa530f73
commit 93709f920e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartgit', name: '@pushrocks/smartgit',
version: '2.0.4', version: '2.0.5',
description: 'smart wrapper for nodegit' description: 'smart wrapper for nodegit'
} }