diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-07-15 19:47:43 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-15 12:47:43 +0200 |
commit | bd915d9398816fd1fb44645eb6d7e2c9df0e6388 (patch) | |
tree | baa8ce276411ab19ecbb86624b41d0b8818e893f | |
parent | 8c45cd0e3683b528b65f416681c8272d5650f32d (diff) |
Move babel-plugin-preval to dependencies (#4209)
-rw-r--r-- | package.json | 2 |
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", |