bubleify

v2.0.0
Browserify transform that compiles es2015 to es5 using Bublé
buble browserify browserify-transform es2015 es5

travis-coverage

nyc report --reporter=text-lcov | coveralls

coverage

tap --cov --coverage-report=lcov tests/*.test.js

tap:one

tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary

tap:all

npm run tap:one tests/*.test.js

pretest

npm run compile

test

npm run tap:all

test:babel

babel tests/*.test.js -d . && npm test

lint

eslint src/**.js tests/**.js

compile

babel -s -d lib/ src/

publish

npm run compile && npm run tap:all

preversion

npm run compile && npm run tap:all

postversion

git push && git push --tags
npm i bubleify

Metadata

  • MIT
  • >=6.0.0
  • Jannick Garthen
  • released 7/27/2020

Downloads

Maintainers