@pooltogether/tightbeam

v0.3.0
Ethers.js bindings for Apollo Client

test

jest

dist

rollup -c rollup.config.js

dist-clean

rm -rf _virtual abis queries resolvers services subscribers types utils ContractCache.js index.js Tightbeam.js

watch

rollup -w -c rollup.config.js

coverage

jest --coverage --coverageReporters html

test-watch

jest --watchAll

docs

typedoc src

prepack

yarn dist

postpublish

PACKAGE_VERSION=$(cat package.json | grep \"version\" | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags
npm i @pooltogether/[email protected]

Metadata

  • MIT
  • Whatever
  • Brendan Asselstine
  • released 1/30/2020

Downloads