v2.0.0
- breaking: bump minimum Node.js version from 4 to 6
- breaking: commonjs imports now have to access a default key:
Instead of
const tizo = require('tizo')
you now have to do
const tizo = require('tizo').default
- add typescript
- update dependencies