Skip to content

Commit b93d7b9

Browse files
committed
2.15.1
1 parent 9233d6e commit b93d7b9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# React-Phone-Input-2
2+
## DONATIONS / FUNDING NEEDED
3+
<ins>bitcoin</ins> bc1qa7q6gf9e06ssqrc46j5lekq886rlyyk6sdhjj0</br>
4+
<ins>ethereum</ins> 0x2b9429a7362a9b14f3d84a408d33caab29bdc225</br>
5+
___
26
Highly customizable phone input component with auto formatting.
37

48
[![npm version](https://img.shields.io/npm/v/react-phone-input-2.svg?style=flat)](https://www.npmjs.com/package/react-phone-input-2)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "react-phone-input-2",
3-
"version": "2.15.0",
3+
"version": "2.15.1",
44
"description": "A react component to format phone numbers",
55
"main": "lib/lib.js",
66
"typings": "index.d.ts",
77
"scripts": {
88
"test": "jest",
99
"start": "TARGET=dev_js NODE_ENV=development webpack-dev-server --progress",
1010
"start:css": "TARGET=dev_css NODE_ENV=development webpack-dev-server --progress",
11-
"build": "npm run build:js && npm run build:css",
11+
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && npm run build:js && npm run build:css",
1212
"build:js": "TARGET=build_js NODE_ENV=production webpack -p --progress",
1313
"build:css": "TARGET=build_css NODE_ENV=production webpack -p --progress && rm ./main.js",
1414
"prepublishOnly": "npm run build",
@@ -81,8 +81,8 @@
8181
"webpack-merge": "^4.2.1"
8282
},
8383
"peerDependencies": {
84-
"react": "^16.12.0 || ^17.0.0",
85-
"react-dom": "^16.12.0 || ^17.0.0"
84+
"react": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
85+
"react-dom": "^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
8686
},
8787
"dependencies": {
8888
"classnames": "^2.2.6",

0 commit comments

Comments
 (0)