Skip to content

Commit

Permalink
Add: .npmignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
NobleMajo committed May 14, 2024
1 parent 2222e29 commit 5ef189e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# global ignore
*

# exe scripts
!bin

# npm configs
!package-lock.json
!package.json

# project infos
!README.md
!LICENCE

# dist
!dist/**/*
dist/**/*.d.ts.map
dist/**/*.js.map

# tests
dist/test/**/*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hivessh",
"version": "0.1.4",
"version": "0.1.5",
"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 @@ -60,4 +60,4 @@
"dependencies": {
"ssh2": "^1.15.0"
}
}
}

0 comments on commit 5ef189e

Please sign in to comment.