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.
1 parent 5c1b68a commit e289162Copy full SHA for e289162
README.md
@@ -1,5 +1,7 @@
1
# Phone Regex
2
3
+[](https://travis-ci.org/johnotander/phone-regex)
4
+
5
A regular expression for matching phone numbers.
6
7
In the near future this will be likely moved to <https://github.com/regexps>.
package.json
@@ -25,5 +25,8 @@
25
"bugs": {
26
"url": "https://github.com/johnotander/phone-regex/issues"
27
},
28
- "homepage": "https://github.com/johnotander/phone-regex"
+ "homepage": "https://github.com/johnotander/phone-regex",
29
+ "devDependencies": {
30
+ "mocha": "^2.0.1"
31
+ }
32
}
0 commit comments