fix(core): update

This commit is contained in:
Philipp Kunz 2022-10-11 13:18:04 +02:00
parent eccc6294a8
commit c652d0bf07
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"scripts": {
"test": "(tstest test/)",
"testDocker": "tsdocker",
"build": "(tsbuild)",
"build": "(tsbuild --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartssh',
version: '1.2.6',
version: '1.2.7',
description: 'setups SSH quickly and in a painless manner'
}