Skip to content

Commit

Permalink
Remove version field from package.json
Browse files Browse the repository at this point in the history
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
per1234 committed Mar 21, 2022
1 parent 0736b94 commit 43ccd31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "arduino-lint-action",
"version": "1.0.0",
"private": true,
"description": "Check Arduino projects for problems",
"main": "lib/main.js",
Expand Down

0 comments on commit 43ccd31

Please # to comment.