From 5d54b134b7f039391e3d26748370e3514a13f86a Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Wed, 3 Apr 2019 17:09:32 +0200 Subject: [PATCH] Add babel plugins to production dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4a6f0016..ffc49a853 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,8 @@ "@turf/area": "^6.0.1", "activestorage": "^5.2.2", "autocomplete.js": "^0.36.0", + "babel-plugin-macros": "^2.5.0", + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "chartkick": "^3.0.1", "debounce": "^1.2.0", "dom4": "^2.1.3", @@ -29,8 +31,6 @@ }, "devDependencies": { "babel-eslint": "^10.0.1", - "babel-plugin-macros": "^2.5.0", - "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "eclint": "^2.8.0", "eslint": "^5.9.0", "eslint-config-prettier": "^3.3.0",