Skip to content

Commit

Permalink
Merge pull request #7 from CheesecakeLabs/master
Browse files Browse the repository at this point in the history
fix export
  • Loading branch information
fazzatti authored Nov 27, 2023
2 parents a2114ac + c82a440 commit b0e56d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-plus",
"version": "0.1.1",
"version": "0.1.2",
"description": "beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain",
"main": "./lib/index.js",
"private": false,
Expand Down
2 changes: 2 additions & 0 deletions src/indext.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * as StellarPlus from "./stellar-plus";

export default module.exports;

0 comments on commit b0e56d1

Please sign in to comment.