about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-07-15 19:47:43 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-15 12:47:43 +0200
commitbd915d9398816fd1fb44645eb6d7e2c9df0e6388 (patch)
treebaa8ce276411ab19ecbb86624b41d0b8818e893f /package.json
parent8c45cd0e3683b528b65f416681c8272d5650f32d (diff)
Move babel-plugin-preval to dependencies (#4209)
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 20224796f..aede6df2e 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
     "babel-core": "^6.25.0",
     "babel-loader": "^7.1.1",
     "babel-plugin-lodash": "^3.2.11",
+    "babel-plugin-preval": "^1.3.2",
     "babel-plugin-react-intl": "^2.3.1",
     "babel-plugin-react-transform": "^2.0.2",
     "babel-plugin-syntax-dynamic-import": "^6.18.0",
@@ -121,7 +122,6 @@
     "@storybook/addon-actions": "^3.1.8",
     "@storybook/react": "^3.1.8",
     "babel-eslint": "^7.2.3",
-    "babel-plugin-preval": "^1.3.2",
     "chai": "^4.1.0",
     "chai-enzyme": "^0.8.0",
     "enzyme": "^2.9.1",