From 94b274335bb9745099ce64aa21c4077b57aea34e Mon Sep 17 00:00:00 2001 From: Fabricius Zatti <62725221+fazzatti@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:11:15 -0300 Subject: [PATCH 1/3] update npmignore --- .npmignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index a3268a6..c38d14e 100644 --- a/.npmignore +++ b/.npmignore @@ -27,5 +27,7 @@ Thumbs.db !*.d.ts # Include TypeScript definition files -#github +#root files .github/ +nodemon.json +tsconfig.json \ No newline at end of file From c809006598d19aab19e3472939071c50d1298b72 Mon Sep 17 00:00:00 2001 From: Fabricius Zatti <62725221+fazzatti@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:20:20 -0300 Subject: [PATCH 2/3] update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7128875..f079a55 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "stellar-plus", - "version": "0.1.6", - "description": "beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain", "main": "./lib/index.js", + "files": [ + "lib/**/*" + ], "private": false, "scripts": { "build": "tsc", From 34c5e5d8ac7db45f12b80c071fc69d26a1fef469 Mon Sep 17 00:00:00 2001 From: Fabricius Zatti <62725221+fazzatti@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:20:33 -0300 Subject: [PATCH 3/3] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f079a55..7e3d2de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-plus", - "version": "0.1.6", + "version": "0.1.8", "description": "beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain", "main": "./lib/index.js", "files": [