Skip to content

Commit

Permalink
[Fix] memo-parser: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 9, 2019
1 parent 614e55f commit f507f38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions memo-parser/package.json
Expand Up @@ -26,5 +26,8 @@
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
"peerDependencies": {
"eslint": ">=3.5.0"
},
"dependencies": {
"eslint-module-utils": "^2.5.0"
}
}

0 comments on commit f507f38

Please sign in to comment.