Skip to content

Commit 62af705

Browse files
committed
update git link in package.json
1 parent 9fbf591 commit 62af705

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

example/package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "example",
2+
"name": "react-native-confirmation-code-input-demo",
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
@@ -11,7 +11,8 @@
1111
"lodash": "^4.17.4",
1212
"prop-types": "^15.5.10",
1313
"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"
1516
},
1617
"devDependencies": {
1718
"babel-jest": "20.0.3",
@@ -20,5 +21,8 @@
2021
},
2122
"jest": {
2223
"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"
2428
}

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
"lodash": "^4.17.4",
2424
"prop-types": "^15.5.10"
2525
},
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+
},
2635
"author": "Dung Tran <ttdung001@gmail.com>",
2736
"license": "MIT"
2837
}

0 commit comments

Comments
 (0)