Skip to content

Commit 3bfa278

Browse files
committed
Explicitly add packageManager to package.json to help dependabot
Without it, we get dependabot warnings "Dependabot does not support your npm version. Because of this, Dependabot cannot update this pull request."
1 parent ecd3c8b commit 3bfa278

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • org.eclipse.wildwebdeveloper.tests/testProjects/eslint

org.eclipse.wildwebdeveloper.tests/testProjects/eslint/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"@typescript-eslint/parser": "^7.18.0",
1414
"eslint": "^8.57.1",
1515
"typescript": "5.7.3"
16-
}
16+
},
17+
"packageManager": "npm@11"
1718
}

0 commit comments

Comments
 (0)