Finally the major release!
Changes
- Switch to factory for default export (
new IdleTimeout(...)
=>idleTimeout(...)
) - Switch from
gulp
towebpack
- Switch from
npm
toyarn
- Add sourcemaps support
- Modernize codebase
- Improve README
new IdleTimeout(...)
=> idleTimeout(...)
)gulp
to webpack
npm
to yarn