fix: add package name to contracts/package-lock.json

Added missing "name": "contracts" field to package-lock.json root object to properly identify the package in the lockfile.
This commit is contained in:
aitbc
2026-04-20 16:59:08 +02:00
parent 3c464d9fec
commit d7d15c34b5

View File

@@ -4,6 +4,7 @@
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "contracts",
"devDependencies": { "devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^6.1.2", "@nomicfoundation/hardhat-toolbox": "^6.1.2",
"@openzeppelin/contracts": "^4.9.6", "@openzeppelin/contracts": "^4.9.6",