Skip to content

Commit

Permalink
chore(app): Move mewo to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tallyb committed Feb 10, 2019
1 parent 1fef082 commit a8a4e18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,15 @@
],
"dependencies": {
"elementtree": "^0.1.6",
"pify": "^2.3.0",
"pinkie-promise": "^2.0.1",
"semver": "^5.6.0"
"semver": "^5.6.0",
"meow": "^5.0.0"
},
"devDependencies": {
"ava": "^1.2.1",
"coveralls": "^3.0.2",
"execa": "^1.0.0",
"fs-extra": "^7.0.1",
"mcfly-semantic-release": "^1.1.7",
"meow": "^5.0.0",
"nyc": "^13.2.0",
"tempy": "^0.2.1",
"xo": "^0.24.0"
Expand Down

0 comments on commit a8a4e18

Please sign in to comment.