web-animate

v0.4.0
>A lightweight polyfill for the Web Animations API. (WAAPI)

build

npm run build:node && npm run build:es2015 && npm run rollup

build:node

tsc -p tsconfig.node.json

build:es2015

tsc -p tsconfig.es2015.json

build:watch

tsc -p tsconfig.node.json -w

clean

del-cli -f dist lib lib.es2015 types

postversion

git push --follow-tags && npm publish --access="public"

preversion

npm run rebuild

rebuild

npm run clean && npm run build

start

concurrently "npm run build:watch" "npm run test:watch"

test

jest

test:watch

jest && jest --watchAll

rollup

node ./scripts/rollup.js

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/7/2018

Downloads

Maintainers