Replace an exclusive .npmignore with an incluside files array in package.json so now only lib, README.md and package.json will be installed when a project does yarn install egghead-ui
Clean up README
Break up README so public usage is in README and contributing is in CONTRIBUTING.md; this gives the nice GitHub notification at the top of PRs for the project and also clears clutter for those who only want to use the project
Major version bump, 4.0.0
So now egghead-ui only includes components that are in use.
Changes
.npmignore
with an inclusidefiles
array inpackage.json
so now onlylib
,README.md
andpackage.json
will be installed when a project doesyarn install egghead-ui
README
and contributing is inCONTRIBUTING.md
; this gives the nice GitHub notification at the top of PRs for the project and also clears clutter for those who only want to use the project4.0.0
So now
egghead-ui
only includes components that are in use.Result For User