From 3033c2f2f9970805b6b2f21cf2a50d4edee571a3 Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Fri, 14 Jun 2019 10:17:00 +0100 Subject: [PATCH] fix: move macros to dev dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 21c8d82..60fd892 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,7 @@ }, "bin": "./dist/bin/index.js", "dependencies": { - "babel-plugin-macros": "^2.6.1", "es6-error": "^4.1.1", - "inline-loops.macro": "^1.0.3", "lodash": "^4.17.11", "pluralize": "^8.0.0", "roarr": "^2.13.2", @@ -39,12 +37,14 @@ "@babel/register": "^7.4.4", "ava": "^2.1.0", "babel-plugin-istanbul": "^5.1.4", + "babel-plugin-macros": "^2.6.1", "coveralls": "^3.0.4", "eslint": "^5.16.0", "eslint-config-canonical": "^17.1.0", "flow-bin": "^0.101.0", "flow-copy-source": "^2.0.6", "husky": "^2.4.1", + "inline-loops.macro": "^1.0.3", "nyc": "^14.1.1", "semantic-release": "^15.13.16" },