prfun

v2.1.4
Helper functions for ES6 promises
promise promises es6 harmony

jscs

jscs .

jscs-fix

jscs --fix .

lint

jshint . && npm run jscs

lint-no-0.8

node -e 'process.exit(/v0[.][0-8][.]/.test(process.version) ? 0 : 1)' || npm run lint

mocha

if node -e 'process.exit(/v0[.]([0-9]|10)[.]/.test(process.version) ? 0 : 1)' ; then mocha ; else mocha --harmony ; fi

test

npm run lint-no-0.8 && npm run mocha

Metadata

  • MIT
  • Whatever
  • C. Scott Ananian
  • released 5/5/2016

Downloads

Maintainers