Skip to content

Commit

Permalink
cleanup: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
00xSam committed Dec 3, 2024
1 parent 7f0f671 commit 92a69e6
Show file tree
Hide file tree
Showing 2 changed files with 1,342 additions and 1,403 deletions.
10 changes: 3 additions & 7 deletions ts-client/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@meteora-ag/vault-sdk",
"version": "2.2.1",
"version": "0.1.0",
"description": "Mercurial Vault SDK is a typescript library that allows you to interact with Mercurial v2's vault.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"postinstall": "pnpm i --lockfile-only",
"postclone": "pnpm rm @meteora-ag/config && pnpm install @meteora-ag/config",
"build": "rm -rf dist && tsc -p tsconfig.build.json && tsc -p tsconfig.esm.json",
"test": "jest ./src/vault/tests/*.test.ts --runInBand",
Expand All @@ -19,7 +18,7 @@
"license": "MIT",
"devDependencies": {
"@meteora-ag/config": "workspace:*",
"@types/bn.js": "^5.1.0",
"@types/bn.js": "^5.1.6",
"@types/chai": "^4.3.1",
"@types/jest": "^27.5.1",
"@types/mocha": "^9.1.1",
Expand All @@ -46,8 +45,5 @@
"bugs": {
"url": "https://github.com/mercurial-finance/mercurial_sdk/issues"
},
"homepage": "https://github.com/mercurial-finance/mercurial_sdk#readme",
"dependencies": {
"@mcsam/recharts": "^2.10.3"
}
"homepage": "https://github.com/mercurial-finance/mercurial_sdk#readme"
}
Loading

0 comments on commit 92a69e6

Please sign in to comment.