From 4712d9274d231edba78e6da980e6eda0431e9ac4 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Wed, 4 Jul 2018 13:47:41 +0200 Subject: [PATCH] chore: Fixed build and integration tests when installed using pnpm (#127) --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 9faccdb..b6b3ca2 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "homepage": "https://github.com/mozilla/webextension-polyfill", "devDependencies": { "async-wait-until": "^1.1.5", + "babel-core": "^6.26.3", "babel-eslint": "^8.0.1", "babel-plugin-transform-es2015-modules-umd": "^6.24.1", "babel-preset-babili": "^0.0.10", @@ -44,6 +45,7 @@ "shelljs": "^0.8.2", "sinon": "^1.17.6", "tap-nirvana": "^1.0.8", + "tape": "^4.9.1", "tape-async": "^2.3.0", "tmp": "0.0.33" },