This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
v0.1.0
Added
- Added
files
property topackage.json
so that only the neccessary files are published to npm.
Changed
- Updated browserslist
- Replaced babel es2015 preset with env
- Using export keyword in
index.js
module - Moved JavaScript files into root of
src
directory.
Fixed
- Fixed error due to extra parenthesis in
index.js
module