release version 0.1.0

This commit is contained in:
Maximilian Schneider 2021-02-21 19:23:01 +01:00
parent 71874c8065
commit 447a6230d3
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{
"name": "@mango/client",
"name": "@blockworks-foundation/mango-client",
"version": "0.1.0",
"description": "Library for interacting with Mango Margin solana smart contracts.",
"repository": "blockworks-foundation/mango",
"description": "Library for interacting with Mango Markets' solana smart contracts.",
"repository": "blockworks-foundation/mango-client-ts",
"author": {
"name": "Blockworks Foundation",
"email": "hello@blockworks.foundation",
@ -13,7 +13,7 @@
"types": "lib/index.d.ts",
"license": "MIT",
"engines": {
"node": ">=10"
"node": ">=14"
},
"scripts": {
"build": "tsc",