Skip to content

Commit

Permalink
Bump to 2.4.4
Browse files Browse the repository at this point in the history
- updated dependencies
- [#173] Updated Vietnam phone number length
  • Loading branch information
Bossa573 committed Feb 3, 2020
1 parent d1bf72f commit d25e442
Show file tree
Hide file tree
Showing 2 changed files with 1,086 additions and 663 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phone",
"version": "2.4.3",
"version": "2.4.4",
"description": "With a given country and phone number, validate and format the phone number to E.164 standard",
"main": "./dist/index.js",
"engines": {
Expand All @@ -27,26 +27,26 @@
"url": "https://github.com/aftership/phone/issues"
},
"devDependencies": {
"@types/node": "^12.0.7",
"@types/node": "^13.7.0",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"codecov": "^3.5.0",
"dotenv": "^6.2.0",
"eslint": "^4.5.0",
"eslint-config-aftership": "^4.5.0",
"eslint-plugin-import": "^2.17.3",
"codecov": "^3.6.4",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-aftership": "^5.1.0",
"eslint-plugin-import": "^2.20.1",
"jest": "^24.8.0",
"lodash": "^4.17.15",
"ts-node": "^7.0.1",
"twilio": "^3.31.1",
"typescript": "^3.5.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1",
"webpack-sources": "^1.3.0"
"ts-node": "^8.6.2",
"twilio": "^3.39.3",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.2",
"webpack-sources": "^1.4.3"
},
"keywords": [
"phone",
Expand Down
Loading

0 comments on commit d25e442

Please sign in to comment.