Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
1f1bf7c21f | |||
c652d0bf07 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartssh",
|
"name": "@pushrocks/smartssh",
|
||||||
"version": "1.2.6",
|
"version": "1.2.7",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@pushrocks/smartssh",
|
"name": "@pushrocks/smartssh",
|
||||||
"version": "1.2.6",
|
"version": "1.2.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartfile": "^10.0.5",
|
"@pushrocks/smartfile": "^10.0.5",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartssh",
|
"name": "@pushrocks/smartssh",
|
||||||
"version": "1.2.6",
|
"version": "1.2.7",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "setups SSH quickly and in a painless manner",
|
"description": "setups SSH quickly and in a painless manner",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
@ -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'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user