Skip to content

Commit

Permalink
chore: update package.json variables to for version and desc
Browse files Browse the repository at this point in the history
  • Loading branch information
davodm committed Oct 24, 2023
1 parent cc82464 commit c45bab6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "irancrypto-social-bot",
"version": "0.3",
"version": "0.4",
"description": "IranCrypto.market social bot which send daily stats and trends to different platforms",
"main": "index.js",
"scripts": {
Expand All @@ -11,11 +11,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/davodm/irancrypto-twitter-bot.git"
"url": "git+https://github.com/davodm/irancrypto-social-bot.git"
},
"keywords": [
"twitter",
"instagram",
"telegram",
"cryptocurrency",
"irancrypto",
"serverless",
Expand All @@ -24,9 +25,9 @@
"author": "Davod Mozafari",
"license": "MIT",
"bugs": {
"url": "https://github.com/davodm/irancrypto-twitter-bot/issues"
"url": "https://github.com/davodm/irancrypto-social-bot/issues"
},
"homepage": "https://github.com/davodm/irancrypto-twitter-bot#readme",
"homepage": "https://github.com/davodm/irancrypto-social-bot#readme",
"dependencies": {
"file-type": "^18.5.0",
"handlebars": "^4.7.8",
Expand Down

0 comments on commit c45bab6

Please sign in to comment.