Skip to content

Commit 3033c2f

Browse files
committed
fix: move macros to dev dependencies
1 parent 3158e70 commit 3033c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
},
2121
"bin": "./dist/bin/index.js",
2222
"dependencies": {
23-
"babel-plugin-macros": "^2.6.1",
2423
"es6-error": "^4.1.1",
25-
"inline-loops.macro": "^1.0.3",
2624
"lodash": "^4.17.11",
2725
"pluralize": "^8.0.0",
2826
"roarr": "^2.13.2",
@@ -39,12 +37,14 @@
3937
"@babel/register": "^7.4.4",
4038
"ava": "^2.1.0",
4139
"babel-plugin-istanbul": "^5.1.4",
40+
"babel-plugin-macros": "^2.6.1",
4241
"coveralls": "^3.0.4",
4342
"eslint": "^5.16.0",
4443
"eslint-config-canonical": "^17.1.0",
4544
"flow-bin": "^0.101.0",
4645
"flow-copy-source": "^2.0.6",
4746
"husky": "^2.4.1",
47+
"inline-loops.macro": "^1.0.3",
4848
"nyc": "^14.1.1",
4949
"semantic-release": "^15.13.16"
5050
},

0 commit comments

Comments
 (0)