This commit is contained in:
Philipp Kunz 2022-10-11 13:18:35 +02:00
parent 6a2577cde6
commit a319e54d60
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smartssh", "name": "@pushrocks/smartssh",
"version": "1.2.7", "version": "2.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartssh", "name": "@pushrocks/smartssh",
"version": "1.2.7", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartfile": "^10.0.5", "@pushrocks/smartfile": "^10.0.5",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartssh", "name": "@pushrocks/smartssh",
"version": "1.2.7", "version": "2.0.0",
"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",