build: clarify that package.json is just placeholder for root

This commit is contained in:
Damien Retzinger
2025-12-15 10:23:54 -05:00
parent 87b8b80feb
commit 178ec212f2
+5 -5
View File
@@ -11,12 +11,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0"
"@actions/core": "0.0.0-PLACEHOLDER",
"@actions/github": "0.0.0-PLACEHOLDER"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.2.3"
"@types/jest": "0.0.0-PLACEHOLDER",
"jest": "0.0.0-PLACEHOLDER",
"ts-jest": "0.0.0-PLACEHOLDER"
}
}