react-telephone-input
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-telephone-input", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "React component for entering and validating international telephone numbers. Inspired from the awesome jquery plugin for the same - https://github.com/Bluefieldscom/intl-tel-input.", | ||
@@ -44,3 +44,3 @@ "main": "index.js", | ||
}, | ||
"dependencies": { | ||
"peerDependencies": { | ||
"lodash": "^2.4.1", | ||
@@ -47,0 +47,0 @@ "react": "^0.12.1" |
@@ -23,3 +23,5 @@ Reactjs Component for International Telephone Input | ||
Note - You will need to change the location of flags.png in the style.less file. | ||
## How to use it | ||
- Copy the styles.less file to your less/css folder and convert it to css (using whatever process you choose) | ||
- Copy the flags.png file from the example folder to your root directory. If you copy it somewhere else, please correct the file location in the less file. | ||
@@ -41,2 +43,2 @@ ## Features | ||
go to your browser and type http://127.0.0.1:1337/example/index.html | ||
``` | ||
``` |
58105
43
- Removedlodash@^2.4.1
- Removedreact@^0.12.1