From ee051511898eb9721cb09e78f443458f96dbfffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Petruni=C4=87?= Date: Fri, 6 Dec 2019 13:09:48 +0100 Subject: [PATCH] remove babel/runtime dep as we don't support old browsers anyways --- package.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/package.json b/package.json index 793cf72..a5bf3cb 100644 --- a/package.json +++ b/package.json @@ -44,29 +44,17 @@ "bls-wasm": "^0.2.7" }, "devDependencies": { - "@babel/cli": "^7.2.3", - "@babel/core": "^7.3.3", - "@babel/plugin-proposal-class-properties": "^7.3.3", - "@babel/plugin-proposal-object-rest-spread": "^7.3.2", - "@babel/plugin-transform-runtime": "^7.3.4", - "@babel/preset-env": "^7.4.4", - "@babel/preset-typescript": "^7.3.3", - "@babel/register": "^7.0.0", - "@babel/runtime": "^7.4.4", "@chainsafe/benchmark-utils": "^0.1.0", - "@chainsafe/eth2.0-spec-test-util": "0.4.1", "@types/assert": "^1.4.2", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.5", "@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", - "js-yaml": "^3.13.1", "js-sha256": "^0.9.0", + "js-yaml": "^3.13.1", "mocha": "^6.2.0", "nyc": "^13.3.0", "sinon": "^7.2.7",