Skip to content

Commit

Permalink
Update dependencies and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabooh committed Oct 8, 2020
1 parent 281973a commit 4130adb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-email-extractor",
"version": "1.0.8",
"version": "1.0.9",
"description": "Extract emails from text",
"keywords": [
"email",
Expand All @@ -21,8 +21,8 @@
"url": "https://github.com/gabooh/text-email-extractor/issues"
},
"dependencies": {
"commander": "^5.1.0",
"lodash": "^4.17.15",
"commander": "^6.1.0",
"lodash": "^4.17.20",
"node-wildcard": "0.0.9"
},
"bin": "./text-email-extractor.js"
Expand Down

0 comments on commit 4130adb

Please sign in to comment.