Skip to content

Commit

Permalink
Remove: no win support in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NobleMajo committed Jun 11, 2024
1 parent 4969c98 commit fc187ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
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",
Expand Down Expand Up @@ -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"
Expand All @@ -66,4 +63,4 @@
"dependencies": {
"ssh2": "^1.15.0"
}
}
}

0 comments on commit fc187ce

Please sign in to comment.