-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,8 @@ | |
|
||
<body style="line-height: 1.75;"> | ||
<h1>Random Valid Phone Numbers</h1> | ||
<p><i>Generated with <a href="https://www.npmjs.com/package/fullstack-phone">[email protected]</a></i></p> | ||
<p><i><a href="https://github.com/dwbruhn/random-phone">Source</a><br /> | ||
Generated with <a href="https://www.npmjs.com/package/fullstack-phone">[email protected]</a></i></p> | ||
<p>Phone numbers listed below are valid for the specified region. Refresh the page to get a new set of numbers.</p> | ||
<script src="main.js"></script> | ||
</body> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"author": "Daniel Bruhn <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"fullstack-phone": "^1.131.0" | ||
"fullstack-phone": "^1.140.0" | ||
}, | ||
"devDependencies": { | ||
"webpack": "^5.46.0", | ||
|