diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-28 16:42:17 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-04-23 00:54:19 -0500 |
commit | bc30eb379fac9aadcd1b017af231776587c38356 (patch) | |
tree | d0b6f476f41ebf3a9f5965944a64428ff520654f /package.json | |
parent | c212908aad9b32352653dfe9ca966f148c8dfc1a (diff) | |
download | gitlab-ce-bc30eb379fac9aadcd1b017af231776587c38356.tar.gz |
add babel-plugin-rewire to karma build
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 45bea12fd9b..9b5aa29ab53 100644 --- a/package.json +++ b/package.json @@ -98,6 +98,9 @@ "axios-mock-adapter": "^1.10.0", "babel-eslint": "^8.0.2", "babel-plugin-istanbul": "^4.1.5", + "babel-plugin-rewire": "^1.1.0", + "babel-template": "^6.26.0", + "babel-types": "^6.26.0", "commander": "^2.15.1", "eslint": "^3.18.0", "eslint-config-airbnb-base": "^10.0.1", |