cardano-pab-client
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "cardano-pab-client", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A set of tools to develop frontends that interact with the Plutus Application Backend.", | ||
@@ -9,3 +9,3 @@ "main": "dist/src/index.js", | ||
"build": "tsc", | ||
"test": "jest --passWithNoTests", | ||
"test": "jest --passWithNoTests --detectOpenHandles", | ||
"lint": "./node_modules/.bin/eslint . --ext .ts", | ||
@@ -12,0 +12,0 @@ "local-package": "rm -rf dist && npm run build && npm pack", |
248289