Skip to content

Commit ba5f5cb

Browse files
Include src/ directory in NPM publication and bump version to 1.0.5
1 parent 6135cd2 commit ba5f5cb

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

cloudsync-cli/.npmignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Source code (published separately)
2-
src/
31

42
# Git files
53
.git/

cloudsync-cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudsync-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudsync-cli",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "An open-source, Git-like version control CLI for secure cloud-to-local synchronization via encrypted SSH tunnels",
55
"type": "module",
66
"main": "./bin/cloudsync.js",

0 commit comments

Comments
 (0)