Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mhinz committed Aug 9, 2019
1 parent 6d4d7e1 commit de731bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,18 +1,18 @@
{
"name": "thesaurus-com",
"version": "1.2.2",
"version": "1.2.3",
"description": "Lookup synonyms and antonyms from thesaurus.com.",
"main": "index.js",
"bin": {
"tcom": "./tcom.js"
},
"dependencies": {
"cheerio": "1.0.0-rc.2",
"sync-request": "6.0.0"
"cheerio": "^1.0.0-rc.3",
"sync-request": "^6.0.0"
},
"devDependencies": {
"eslint": "5.10.0",
"mocha": "5.2.0"
"eslint": "^6.0.0",
"mocha": "^6.0.0"
},
"scripts": {
"test": "eslint *.js && mocha test.js"
Expand Down

0 comments on commit de731bd

Please sign in to comment.