Include root import files in package.json
This commit is contained in:
parent
104d6dd269
commit
b0ed0e8cb5
|
@ -12,7 +12,11 @@
|
|||
"files": [
|
||||
"lib/**/*.js",
|
||||
"lib/**/*.js.map",
|
||||
"lib/**/*.d.ts"
|
||||
"lib/**/*.d.ts",
|
||||
"blst-native.*",
|
||||
"browser.*",
|
||||
"herumi.*",
|
||||
"node."
|
||||
],
|
||||
"keywords": [
|
||||
"ethereum",
|
||||
|
|
Reference in New Issue