mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
build: clarify that package.json is just placeholder for root
This commit is contained in:
@@ -11,12 +11,12 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "0.0.0-PLACEHOLDER",
|
||||||
"@actions/github": "^6.0.0"
|
"@actions/github": "0.0.0-PLACEHOLDER"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "0.0.0-PLACEHOLDER",
|
||||||
"jest": "^29.7.0",
|
"jest": "0.0.0-PLACEHOLDER",
|
||||||
"ts-jest": "^29.2.3"
|
"ts-jest": "0.0.0-PLACEHOLDER"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user