Merge pull request #10 from masonchain/patch-1

JS Update entry point path
This commit is contained in:
Jim Myers 2023-05-15 23:34:56 -04:00 committed by GitHub
commit 8d95228ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
"name": "@flipsidecrypto/sdk",
"version": "1.1.1",
"description": "The official Flipside Crypto SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/flipsidecrypto/sdk.git"