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",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {

View File

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