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
feat(revamp): revamp the entire lib (backward compatible) (#63)
**What**: This uses my generator to update everything about this project
**Why**: It's got updated tools and improved docs.
**How**: `yo kcd-oss` :)
fix: Enforce minimum Node.js version requirement using 'engines' attr…
…ibute package.json (#48)
* docs(README): Add 'Prerequisites' section to README to specify minimum Node.js version
* chore(package.json): Add 'engines' section to package.json to enforce minimum Node.js version
feat(vars): Convert environment vars (#32)
* feat(vars): Convert environment vars
- Converts environment vars used in `npm run` to account for windows/linux respectively
- Add tests for command
- Update `npm test` to look for all .test.js files
* fix(assign): Remove lodash.assign
- Use Object.assign