@defichain/jellyfish-network
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"private": false, | ||
"name": "@defichain/jellyfish-network", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance on Bitcoin", | ||
@@ -16,5 +16,2 @@ "keywords": [ | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"contributors": [ | ||
@@ -39,5 +36,3 @@ { | ||
"scripts": { | ||
"build": "tsc", | ||
"publish:next": "npm publish --tag next --access public", | ||
"publish:latest": "npm publish --tag latest --access public" | ||
"build": "tsc" | ||
}, | ||
@@ -44,0 +39,0 @@ "devDependencies": { |
3958