spacetime

v6.7.0
figure-out dates across timezones

lint

eslint ./src --ext .js

pack

node ./zonefile/pack.js

test

TESTENV=dev tape ./test/**/*.test.js | tap-dancer --color always

build

npm run version && rollup -c --silent

testb

TESTENV=prod tape ./test/**/*.test.js | tap-dancer --color always

watch

amble ./scratch.js

codecov

npm run coverage && codecov -t 411de6c7-82d2-41e9-a1cc-9096cdab6c72

version

node ./scripts/version.js

build:tz

node ./scripts/updateZonefile.js

coverage

nyc -r lcov -n 'src/**/*' -n 'plugins/**/*' npm run coverage:tests

test:types

ts-node ./test/types/index.ts | tap-dancer --color always

coverage:tests

npm run test

Metadata

Downloads