Skip to content

Commit 146bd66

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

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "setup-task",
3-
"version": "0.0.0",
43
"private": true,
54
"description": "Setup Task action",
65
"main": "lib/main.js",

0 commit comments

Comments
 (0)