diff --git a/.babelrc b/.babelrc index 353bc18..90465fb 100644 --- a/.babelrc +++ b/.babelrc @@ -2,7 +2,6 @@ "extends": "../../.babelrc", "plugins": [ "@babel/proposal-class-properties", - "@babel/proposal-object-rest-spread", - "rewire-exports" + "@babel/proposal-object-rest-spread" ] } diff --git a/package.json b/package.json index 793cf72..7c2656b 100644 --- a/package.json +++ b/package.json @@ -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",