rollup -c rollup.config.js --input ./lib/umd.js --output.format=iife  --output.file ./should.js
rollup --output.format=cjs --output.file=cjs/should.js lib/index.js
rollup --output.format=es --output.file=es6/should.js lib/index.js
