This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(cli): use node to read package version
Node will natively parse a json file if it is passed into a require statement. One less variable and function call. Also passes OS correct path separators with the path.join call.
- Loading branch information