Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
get rid of unnecessary gitHead property from package.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplantzzz committed Nov 16, 2022
1 parent f3d1c7a commit 9ab12a8
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 32 deletions.
3 changes: 1 addition & 2 deletions packages/artifactor/package.json
Expand Up @@ -44,6 +44,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/codec/package.json
Expand Up @@ -64,6 +64,5 @@
],
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/compile-common/package.json
Expand Up @@ -31,6 +31,5 @@
"mocha": "9.2.2",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/compile-solidity/package.json
Expand Up @@ -67,6 +67,5 @@
"presets": [
"env"
]
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/compile-vyper/package.json
Expand Up @@ -42,6 +42,5 @@
],
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/contract/package.json
Expand Up @@ -58,6 +58,5 @@
],
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
1 change: 0 additions & 1 deletion packages/db/package.json
Expand Up @@ -96,7 +96,6 @@
"_moduleAliases": {
"@truffle/db": "db/dist/src"
},
"gitHead": "4c327e21da2e7abebcc1d78879a8d6f0eb7d802c",
"jest": {
"moduleFileExtensions": [
"ts",
Expand Down
3 changes: 1 addition & 2 deletions packages/debug-utils/package.json
Expand Up @@ -31,6 +31,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/debugger/package.json
Expand Up @@ -66,6 +66,5 @@
],
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/decoder/package.json
Expand Up @@ -63,6 +63,5 @@
],
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/deployer/package.json
Expand Up @@ -44,6 +44,5 @@
],
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/environment/package.json
Expand Up @@ -36,6 +36,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/migrate/package.json
Expand Up @@ -47,6 +47,5 @@
],
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/profiler/package.json
Expand Up @@ -32,6 +32,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/resolver/package.json
Expand Up @@ -56,6 +56,5 @@
],
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
3 changes: 1 addition & 2 deletions packages/source-map-utils/package.json
Expand Up @@ -34,6 +34,5 @@
],
"publishConfig": {
"access": "public"
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
}
1 change: 0 additions & 1 deletion packages/truffle/package.json
Expand Up @@ -76,6 +76,5 @@
"url": "https://github.com/tcoulter"
}
],
"gitHead": "ad57ef2ef13380c7923d5c6682540540755a0435",
"namespace": "consensys"
}

0 comments on commit 9ab12a8

Please sign in to comment.