Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove version field from package.json
The `version` field is only needed if the package is to be published. In this project, package.json is only used for manage dependencies and scripts for internal development. For this reason, having a `version` field is harmful because it increases the effort and complexity of making a release, and also is likely to get out of sync with the true version.
- Loading branch information