Skip to content

Commit

Permalink
Merge pull request #16 from CheesecakeLabs/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
fazzatti authored Nov 27, 2023
2 parents 9f8b0f3 + 941cd5f commit 291d288
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ Thumbs.db
!*.d.ts # Include TypeScript definition files


#github
#root files
.github/
nodemon.json
tsconfig.json
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "stellar-plus",

"version": "0.1.7",

"version": "0.1.8",
"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",
Expand Down

0 comments on commit 291d288

Please sign in to comment.