-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove: no win support in package.json
- Loading branch information
Showing
2 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "hivessh", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "HiveSsh simplifies SSH2 connections via promise-based task execution on Linux servers with built-in server utilities and powerful command execution functions", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
|
@@ -45,9 +45,6 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/NobleMajo" | ||
}, | ||
"os": [ | ||
"!win32" | ||
], | ||
"homepage": "https://github.com/NobleMajo/hivelib", | ||
"bugs": { | ||
"url": "https://github.com/NobleMajo/hivelib/issues" | ||
|
@@ -66,4 +63,4 @@ | |
"dependencies": { | ||
"ssh2": "^1.15.0" | ||
} | ||
} | ||
} |