diff --git a/social/twitter/package.json b/social/twitter/package.json index 7717968f..58b65de9 100644 --- a/social/twitter/package.json +++ b/social/twitter/package.json @@ -1,10 +1,10 @@ { "name": "node-red-node-twitter", - "version": "1.2.0", + "version": "2.0.0", "description": "A Node-RED node to talk to Twitter", "dependencies": { "twitter-ng": "0.6.2", - "request": "^2.88.0" + "request": "2.88.0" }, "repository": { "type": "git", @@ -27,6 +27,9 @@ }, { "name": "Dave Conway-Jones" + }, + { + "name": "Shahram Jalaliniya" } ] }