Skip to content

Commit

Permalink
Hotfix/update packages (#42)
Browse files Browse the repository at this point in the history
* Run npm audit fix to update dependencies.

* 0.4.3
  • Loading branch information
rainrivas authored Jun 11, 2019
1 parent ef278a1 commit f71cada
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 187 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const getDefinition = (word) => {
};

program
.version('0.4.2')
.version('0.4.3')
.option('-R, --random', 'Display top results for a random word (up to 3), cannot be used when passing a phrase')
.arguments('<phrase>')
.action((slng) => {
Expand Down
Loading

0 comments on commit f71cada

Please sign in to comment.