grabthar

v4.0.9
Periodic npm installs in production
hot install node

flow-typed

rm -rf ./flow-typed && flow-typed install

babel

babel src --ignore=node_modules --out-dir src --source-maps inline

test

npm run lint && npm run flow-typed && npm run flow && npm run jest

flow

flow

lint

eslint src/ test/ *.js

prepublishOnly

npm run babel

postpublish

git checkout ./src

jest

jest test --env=node --no-cache --coverage --collectCoverageFrom=./src --verbose --runInBand

Metadata

Downloads

Maintainers