Skip to content

Commit

Permalink
Bump to 3.1.3
Browse files Browse the repository at this point in the history
- #251 Add area code 820 for US
  • Loading branch information
Bossa573 committed Aug 5, 2021
1 parent ff60b4a commit d1c25a1
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 71 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phone",
"version": "3.1.2",
"version": "3.1.3",
"description": "With a given country and phone number, validate and format the phone number to E.164 standard",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/aftership/phone/issues"
},
"devDependencies": {
"@babel/preset-env": "^7.14.7",
"@babel/preset-env": "^7.15.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.14.28",
"@types/papaparse": "^5.2.6",
Expand All @@ -38,19 +38,19 @@
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"dotenv": "^10.0.0",
"eslint": "^7.30.0",
"eslint": "^7.32.0",
"eslint-config-aftership": "^7.0.0",
"eslint-plugin-import": "^2.23.4",
"idempotent-babel-polyfill": "^7.4.4",
"jest": "^27.0.6",
"lodash": "^4.17.21",
"papaparse": "^5.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"twilio": "^3.65.0",
"twilio": "^3.66.1",
"typescript": "^4.3.5",
"webpack": "^5.44.0",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
Expand Down
Loading

0 comments on commit d1c25a1

Please sign in to comment.