Skip to content

Commit

Permalink
moving coral-xyz/anchor to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Jul 19, 2023
1 parent d891662 commit 65c3aba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cross-chain/solana/solana-tbtc-anchor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0"
},
"devDependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.77.3",
"@types/bn.js": "^5.1.0",
Expand All @@ -16,6 +14,8 @@
"mocha": "^9.0.3",
"prettier": "^2.6.2",
"ts-mocha": "^10.0.0",
"typescript": "^4.3.5"
"typescript": "^4.3.5",
"ts-node": "^10.4.0",
"typechain": "^6.1.0"
}
}

0 comments on commit 65c3aba

Please sign in to comment.