Include root import files in package.json

This commit is contained in:
dapplion 2020-11-28 19:06:29 +00:00
parent 104d6dd269
commit b0ed0e8cb5
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@
"files": [ "files": [
"lib/**/*.js", "lib/**/*.js",
"lib/**/*.js.map", "lib/**/*.js.map",
"lib/**/*.d.ts" "lib/**/*.d.ts",
"blst-native.*",
"browser.*",
"herumi.*",
"node."
], ],
"keywords": [ "keywords": [
"ethereum", "ethereum",