Skip to content

Commit e295344

Browse files
authoredMar 3, 2021
Merge pull request #516 from ethereum/sol082
Solidity 0.8.2
2 parents e38dbe7 + 9523969 commit e295344

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solc",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Solidity compiler",
55
"main": "index.js",
66
"bin": {
@@ -46,13 +46,13 @@
4646
"dependencies": {
4747
"command-exists": "^1.2.8",
4848
"commander": "3.0.2",
49+
"follow-redirects": "^1.12.1",
4950
"fs-extra": "^0.30.0",
5051
"js-sha3": "0.8.0",
5152
"memorystream": "^0.3.1",
5253
"require-from-string": "^2.0.0",
5354
"semver": "^5.5.0",
54-
"tmp": "0.0.33",
55-
"follow-redirects": "^1.12.1"
55+
"tmp": "0.0.33"
5656
},
5757
"devDependencies": {
5858
"coveralls": "^3.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.