Skip to content

Commit

Permalink
fix: move macros to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jun 14, 2019
1 parent 3158e70 commit 3033c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 3033c2f

Please sign in to comment.