-
Fix
README.md
example (#2) -
Include
prepublishOnly
script to ensure package is always built before publish.
Bunk. The --dry-run
flag wasn't working for whatever reason.
BROKEN: forgot to run yarn build
before publish. whoops...
- Include
repository
field inpackage.json
manifest
All done over the course of a soul-draining 6-hour-long flight with no internet.
-
Symlinked
.eslintignore
and.prettierignore
to.gitignore
-
Nuked console log in
useGifController
-
Fixed linter errors
-
Merged
loading: boolean
anderror: boolean
properties intostate: 'loading' | 'error' | 'resolved'
. -
Updated
README.md
- Added
bugs
property topackage.json
manifest
- Initial release