@saberhq/solana
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "@saberhq/solana", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Common types and libraries for Solana", | ||
@@ -15,3 +15,3 @@ "author": "Ian Macalinao <ian@saber.so>", | ||
"type": "git", | ||
"url": "git+https://github.com/saber-hq/use-solana.git" | ||
"url": "git+https://github.com/saber-hq/solana-common.git" | ||
}, | ||
@@ -34,3 +34,3 @@ "bugs": { | ||
}, | ||
"gitHead": "fe81db649b91d7f57eaa81090240b28e4dd14b91", | ||
"gitHead": "2a4c5d6e2ce365b4cdab38601f42e835968fb125", | ||
"publishConfig": { | ||
@@ -37,0 +37,0 @@ "access": "public" |
@@ -1,3 +0,13 @@ | ||
# `solana` | ||
# @saberhq/solana | ||
Common types and libraries for Solana development. | ||
## Installation | ||
``` | ||
yarn add @saberhq/solana | ||
``` | ||
## License | ||
Apache 2.0 |
57642
14