Skip to content

Commit 43ccd31

Browse files
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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package-lock.json

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "arduino-lint-action",
3-
"version": "1.0.0",
43
"private": true,
54
"description": "Check Arduino projects for problems",
65
"main": "lib/main.js",

0 commit comments

Comments
 (0)