Skip to content

Commit

Permalink
update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
sirandluke committed Jul 17, 2021
1 parent 7fac5e2 commit fde4281
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified images/highlighting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "twitterbot",
"name": "twtrbot",
"version": "1.0.0",
"description": "A simple Node module that allows developers to build a Twitter bot easily via the Twitter API and twit module.",
"main": "TwitterBot.js",
"description": "A simple Node module wrapper that allows developers to build a Twitter bot easily via the Twitter API and twit module.",
"main": "TwtrBot.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/sirandluke/TwitterBot.git"
"url": "git+https://github.com/sirandluke/TwtrBot.git"
},
"author": "Luke Sirand",
"keywords": [
Expand All @@ -18,9 +18,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sirandluke/TwitterBot/issues"
"url": "https://github.com/sirandluke/TwtrBot/issues"
},
"homepage": "https://github.com/sirandluke/TwitterBot#readme",
"homepage": "https://github.com/sirandluke/TwtrBot#readme",
"dependencies": {
"twit": "^2.2.11"
}
Expand Down

0 comments on commit fde4281

Please sign in to comment.