Skip to content

Commit

Permalink
remove unnecessary dependencies
Browse files Browse the repository at this point in the history
Issue(s):
  • Loading branch information
fojas committed Feb 14, 2017
1 parent 5877ea5 commit 0a762d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cleverbot-node",
"keywords": ["cleverbot"],
"description": "Cleverbot client for node.js",
"version": "0.3.0",
"version": "0.3.1",
"contributors": [
{
"name": "Christopher Chapman",
Expand All @@ -29,7 +29,5 @@
},
"main": "./lib/cleverbot.js",
"dependencies": {
"http": "*",
"crypto": "*"
}
}

0 comments on commit 0a762d1

Please sign in to comment.