Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Oct 21, 2023
1 parent f086d9d commit e31cc00
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions websocket-sftp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "websocket-sftp",
"version": "0.7.0",
"version": "0.7.1",
"description": "The sftp protocol, over a WebSocket",
"main": "./dist/lib/sftp.js",
"exports": {
Expand All @@ -16,7 +16,11 @@
"test": "pnpm exec jest dist",
"test-all": "pnpm clean && pnpm install && pnpm build && pnpm test"
},
"files": ["dist/**", "README.md", "package.json"],
"files": [
"dist/**",
"README.md",
"package.json"
],
"engines": {
"node": ">=0.16.0"
},
Expand All @@ -43,7 +47,12 @@
"port-get": "^1.0.0",
"ws": "^8.13.0"
},
"keywords": ["sftp", "server", "client", "ws"],
"keywords": [
"sftp",
"server",
"client",
"ws"
],
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit e31cc00

Please sign in to comment.