diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-05-28 19:13:09 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and.mikhaylov@gmail.com> | 2018-05-31 15:25:44 +0200 |
| commit | 0d2675ccdfbd2eb904da59578af4d77026974edd (patch) | |
| tree | cb244ea8b6e203157156927c02fdf2113f0943bd /package.json | |
| parent | 6a6d7369e1ab117f4dff56cb9c9775d27462ca2b (diff) | |
| download | mullvadvpn-0d2675ccdfbd2eb904da59578af4d77026974edd.tar.xz mullvadvpn-0d2675ccdfbd2eb904da59578af4d77026974edd.zip | |
Move 'babel-plugin-transform-builtin-extend' to devDependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 17250696d7..ea17d8a341 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "repository": "https://github.com/mullvad/mullvadvpn-app", "license": "GPL-3.0", "dependencies": { - "babel-plugin-transform-builtin-extend": "^1.1.2", "babel-runtime": "^6.22.0", "d3-geo-projection": "^2.3.2", "electron-log": "^2.2.8", @@ -41,6 +40,7 @@ "babel-cli": "^6.22.2", "babel-core": "^6.25.0", "babel-eslint": "^8.2.1", + "babel-plugin-transform-builtin-extend": "^1.1.2", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-es2015": "^6.1.18", "babel-preset-react": "^6.22.0", |
