grabthar-release
v1.0.1 template
cdnify
babel-node scripts/cdnify.js --recursive
flow-typed
rm -rf ./flow-typed && flow-typed install
lint
eslint scripts/
flow
flow check
test
npm run lint && npm run flow-typed && npm run flow
babel
babel scripts --ignore=node_modules --out-dir scripts --source-maps inline
prepublish
in-publish && npm run babel || not-in-publish
postpublish
git checkout ./scripts