You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #5 from notthelewis/feature/documentation-cleanup f800a18
Added JSON minify script to the compile function. It requires a Linux machine with jq and tee installed. cc6261d
The package.json was.... unnecessarily large. Removed almost all of the dev dependcies, only 4 remain.... Compared to the 50+ that were there before. The reason this was so large previously, is because I accidentally installed a global dependency locally. Schoolboy error. 2a7bb5f
Offloaded the naming convention descriptions from README.md, into naming_conventions.md 340c556
Offloaded the supported types from README.md, into types.md 84f75c2
Offloaded example usage from README.md, into examples.md ab160bf
Offloaded most of the README.md into separate .md files; namely examples.md, naming_conventions.md, types.md. The purpose of this is to reduce npm package bloat, as all other .md's are not published to the package. 8db0f33