File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# React-Phone-Input-2
2+ ## DONATIONS / FUNDING NEEDED
3+ <ins >bitcoin</ins > bc1qa7q6gf9e06ssqrc46j5lekq886rlyyk6sdhjj0</br >
4+ <ins >ethereum</ins > 0x2b9429a7362a9b14f3d84a408d33caab29bdc225</br >
5+ ___
26Highly 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 )
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments