Comparing version 1.0.0 to 1.1.0
@@ -47,3 +47,7 @@ "use strict"; | ||
year: 2021 | ||
}, | ||
london: { | ||
block: 12965000, | ||
year: 2021 | ||
} | ||
}; |
{ | ||
"name": "eth-forks", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A tiny NPM package to get the details of Ethereum forks", | ||
"main": "dist/index.js", | ||
"main": "index.js", | ||
"files": [ | ||
@@ -7,0 +7,0 @@ "dist/**/*" |
3779
77