crypto-conditions

v2.0.1
Implementation of crypto-conditions in JavaScript
cryptographic condition fulfillment interledger payment assured escrow

lint

eslint .

build

npm run build:web

build:web

webpack -p --config webpack.config.js

prepublish

npm run build:web

test:readme

readme-to-test

test:specs

NODE_ENV=unit nyc mocha

test:phantom

karma start --single-run

test

npm run test:readme && npm run test:specs && npm run test:phantom

docs:jsdoc

jsdoc -R README.md -c jsdoc.json src/*

docs:toc

md-toc-filter docs/README.template.md > README.md

docs

npm run docs:toc

prepublishOnly

npm run build

release

./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish --non-interactive

release-minor

./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive

release-major

./node_modules/release-it/bin/release-it.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive

Metadata

Downloads