drop bls rewire
This commit is contained in:
parent
72f95898a8
commit
948bcdfc69
3
.babelrc
3
.babelrc
|
@ -2,7 +2,6 @@
|
|||
"extends": "../../.babelrc",
|
||||
"plugins": [
|
||||
"@babel/proposal-class-properties",
|
||||
"@babel/proposal-object-rest-spread",
|
||||
"rewire-exports"
|
||||
"@babel/proposal-object-rest-spread"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@chainsafe/bls",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "Implementation of bls signature verification for ethereum 2.0",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
@ -61,7 +61,6 @@
|
|||
"@types/node": "^12.7.2",
|
||||
"@typescript-eslint/eslint-plugin": "^1.3.0",
|
||||
"@typescript-eslint/parser": "^1.3.0",
|
||||
"babel-plugin-rewire-exports": "^1.1.0",
|
||||
"chai": "^4.2.0",
|
||||
"codecov": "^3.1.0",
|
||||
"eslint": "^5.14.1",
|
||||
|
|
Reference in New Issue