about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-05-06 18:04:55 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-06 11:04:55 +0200
commit494945ff4f863492087c4f64b81cbbb7a11f8d05 (patch)
tree9ff877fb6ca435d3de560271c5ed61fe94017eae /package.json
parent7c0cd2597afb4fad4d9e06a80072f79c69281aef (diff)
Move babel-plugin-lodash to dependencies from devDependencies (#2831)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 97fae3379..c88eb6e8f 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
     "babel-cli": "^6.23.0",
     "babel-core": "^6.24.1",
     "babel-loader": "7.x",
+    "babel-plugin-lodash": "^3.2.11",
     "babel-plugin-react-intl": "^2.3.1",
     "babel-plugin-react-transform": "^2.0.2",
     "babel-plugin-transform-decorators-legacy": "^1.3.4",
@@ -108,7 +109,6 @@
   "devDependencies": {
     "@kadira/storybook": "^2.35.3",
     "babel-eslint": "^7.2.2",
-    "babel-plugin-lodash": "^3.2.11",
     "chai": "^3.5.0",
     "chai-enzyme": "^0.6.1",
     "enzyme": "^2.8.2",