event-target-shim

v3.0.1
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

build

run-p build:*

build:cjs

node scripts/build-cjs.js

build:mjs

node scripts/build-mjs.js

build:umd

node scripts/build-umd.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

watch

run-p watch:*

watch:mocha

mocha test/index.mjs --compilers mjs:babel-register --watch --growl

watch:karma

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

codecov

codecov

Metadata

  • MIT
  • Whatever
  • Toru Nagashima
  • released 1/23/2018

Downloads

Maintainers