Commit 146bd66
committed
Remove version field from package.json
The `version` field is only needed if the package is to be published. For this project, packge.json is only used to
define dependencies. 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 17ad02b commit 146bd66
2 files changed
+1
-3
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