fix(core): update
This commit is contained in:
parent
eccc6294a8
commit
c652d0bf07
@ -9,7 +9,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/)",
|
"test": "(tstest test/)",
|
||||||
"testDocker": "tsdocker",
|
"testDocker": "tsdocker",
|
||||||
"build": "(tsbuild)",
|
"build": "(tsbuild --allowimplicitany)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartssh',
|
name: '@pushrocks/smartssh',
|
||||||
version: '1.2.6',
|
version: '1.2.7',
|
||||||
description: 'setups SSH quickly and in a painless manner'
|
description: 'setups SSH quickly and in a painless manner'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user