@colony/colony-js-contract-client

v1.4.1
Method-like interface for Smart Contracts

build

yarn run clean && yarn run build:dist && yarn run build:lib && yarn run build:flow

build:dist

webpack

build:flow

flow-copy-source src lib --ignore '__tests__/*.js'

build:lib

babel src --out-dir lib --ignore __tests__ --source-maps

clean

shx rm -rf lib

flow

flow check

lint

eslint src/{,**/}*.js

precommit

lint-staged

test

yarn run lint && yarn run test:unit

test:unit

jest --coverage --config=jest.conf.json
npm i @colony/[email protected]

Metadata

  • MIT
  • >=8.2.1
  • Unknown
  • released 6/15/2018

Downloads