Commit 43ccd31
committed
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.1 parent 0736b94 commit 43ccd31
2 files changed
+0
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments