Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
raxraj committed Jan 21, 2020
1 parent 2b57c44 commit 887dbc8
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fast2sms",
"name": "fast-2-sms",
"version": "1.0.0",
"description": "The Module to send Message using FAST2SMS.com",
"main": "index.js",
Expand All @@ -10,5 +10,21 @@
"license": "MIT",
"dependencies": {
"unirest": "^0.6.0"
}
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/raxraj/fast2sms.git"
},
"keywords": [
"fast2sms",
"api",
"rest",
"sms",
"send-sms-node"
],
"bugs": {
"url": "https://github.com/raxraj/fast2sms/issues"
},
"homepage": "https://github.com/raxraj/fast2sms#readme"
}

0 comments on commit 887dbc8

Please sign in to comment.