event-target-shim

v4.0.0
An implementation of WHATWG EventTarget interface.
w3c whatwg eventtarget event events shim

preversion

npm test

version

npm run build && git add dist/*

postversion

git push && git push --tags

clean

rimraf .nyc_output coverage

coverage

nyc report --reporter lcov && opener coverage/lcov-report/index.html

lint

eslint src test scripts --ext .js,.mjs

build

rollup -c scripts/rollup.config.js

pretest

npm run lint

test

run-s test:*

test:mocha

nyc --require ./scripts/babel-register.js mocha test/index.mjs

test:karma

karma start scripts/karma.conf.js --single-run

test:types

tsc

watch

run-p watch:*

watch:mocha

mocha test/index.mjs --require ./scripts/babel-register.js --watch --watch-extensions js,mjs --growl

watch:karma

karma start scripts/karma.conf.js --watch

codecov

codecov

Metadata

  • MIT
  • >=6
  • Toru Nagashima
  • released 12/1/2018

Downloads

Maintainers