We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74aad2b + 29de0e4 commit acd6df5Copy full SHA for acd6df5
index.js
@@ -1,5 +1,5 @@
1
//add +234 to number
2
-exports.module = (number) => {
+exports.module = convertNumber = (number) => {
3
if (!number) {
4
return
5
}
package.json
@@ -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",
6
"scripts": {
0 commit comments