Skip to content

Commit

Permalink
Merge pull request #3 from inidaname/test
Browse files Browse the repository at this point in the history
Fix convert not a function
  • Loading branch information
inidaname authored Sep 24, 2021
2 parents 74aad2b + 29de0e4 commit acd6df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//add +234 to number
exports.module = (number) => {
exports.module = convertNumber = (number) => {
if (!number) {
return
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convertngnum",
"version": "1.1.0",
"version": "2.1.0",
"description": "This helps you convert phone numbers to nigerian phone numbers at an API level",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit acd6df5

Please sign in to comment.