promise-toolbox

v0.8.3
Essential utils for promises
promise utils promisify promisification thenify thenification

build

cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/

commitmsg

npm test

dev

cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/

dev-test

jest --bail --watch

postbuild

browserify -s promiseToolbox dist/index.js | babili > dist/umd.js

posttest

standard && dependency-check ./package.json

prebuild

rimraf dist/

predev

npm run prebuild

prepublish

npm run build

test

jest

Metadata

  • ISC
  • >=4
  • Julien Fontanet
  • released 5/24/2017

Downloads