diff --git a/package.json b/package.json index 9f494f8..196a24a 100644 --- a/package.json +++ b/package.json @@ -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, diff --git a/src/indext.ts b/src/indext.ts index f932ad7..6ce012c 100644 --- a/src/indext.ts +++ b/src/indext.ts @@ -1 +1,3 @@ export * as StellarPlus from "./stellar-plus"; + +export default module.exports;