* chore: Do not rollup library into a single file
Using `bundle-size` we recently discovered that due to es6 classes and
statics, things were leaking into the bundle that shouldn't be there.
This PR modifies the build to create two separate directories:
* lib -> es6 modules
* lib-commonjs -> commonjs
* fix
* prettier
* IE11 EOL
* Update package.json
* add release-it
* update lean
* bump keyborg
* update files
* Release 1.1.0-alpha.0
* revert to single file rollup after #96
* update eslintrc
* remove old lib imports
* revert unnecessary
* revert prettierignore
* revert npmignore
* Release 1.1.0-alpha.1
* bump keyborg
* Release 1.1.0-alpha.2
* Release 1.1.0-alpha.3
* bump keyborg alpha
* Release 1.1.0-alpha.4
* bump keyborg version
* Release 1.1.0