Skip to content

Commit

Permalink
Upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peymanslh committed Feb 8, 2023
1 parent d4fb1d1 commit 17d2f3e
Show file tree
Hide file tree
Showing 4 changed files with 640 additions and 885 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ node_js:
- "12"
- "13"
- "14"
- "15"
- "16"
- "17"
- "18"
- "19"

script:
- npm install
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const female = require('./gender/female.json');

/**
* Remove space and extra characters from name
* @param {String}
* @param {String} name
* @return {String}
*/
const cleanName = name => {
Expand Down
Loading

0 comments on commit 17d2f3e

Please sign in to comment.