File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " example " ,
2
+ "name" : " react-native-confirmation-code-input-demo " ,
3
3
"version" : " 0.0.1" ,
4
4
"private" : true ,
5
5
"scripts" : {
11
11
"lodash" : " ^4.17.4" ,
12
12
"prop-types" : " ^15.5.10" ,
13
13
"react" : " 16.0.0-alpha.12" ,
14
- "react-native" : " 0.47.2"
14
+ "react-native" : " 0.47.2" ,
15
+ "react-native-confirmation-code-input" : " ^1.0.0"
15
16
},
16
17
"devDependencies" : {
17
18
"babel-jest" : " 20.0.3" ,
20
21
},
21
22
"jest" : {
22
23
"preset" : " react-native"
23
- }
24
+ },
25
+ "homepage" : " https://github.com/ttdung11t2/react-native-confirmation-code-input.git" ,
26
+ "author" : " Dung Tran <ttdung001@gmail.com>" ,
27
+ "license" : " MIT"
24
28
}
Original file line number Diff line number Diff line change 23
23
"lodash" : " ^4.17.4" ,
24
24
"prop-types" : " ^15.5.10"
25
25
},
26
+ "homepage" : " https://github.com/ttdung11t2/react-native-confirmation-code-input.git" ,
27
+ "bugs" : {
28
+ "url" : " https://github.com/ttdung11t2/react-native-confirmation-code-input.git/issues" ,
29
+ "email" : " ttdung001@gmail.com"
30
+ },
31
+ "repository" : {
32
+ "type" : " git" ,
33
+ "url" : " https://github.com/ttdung11t2/react-native-confirmation-code-input.git"
34
+ },
26
35
"author" : " Dung Tran <ttdung001@gmail.com>" ,
27
36
"license" : " MIT"
28
37
}
You can’t perform that action at this time.
0 commit comments