Skip to content

Commit f4ef742

Browse files
authored
Merge pull request #7 from sosog/improvement/upgrade-yarn-json5
fix: bob returned
2 parents fe64dec + 427922c commit f4ef742

File tree

2 files changed

+586
-55
lines changed

2 files changed

+586
-55
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@
5454
"ios-android-select",
5555
"typescript-support"
5656
],
57-
"repository": "https://github.com/sosog/react-native-dynamically-selected-picker",
57+
"repository": {
58+
"type": "git",
59+
"url": "git+https://github.com/sosog/react-native-dynamically-selected-picker.git"
60+
},
5861
"author": "sosog <[email protected]> (https://github.com/sosog)",
5962
"license": "MIT",
6063
"bugs": {
@@ -170,6 +173,11 @@
170173
]
171174
},
172175
"dependencies": {
176+
"react-native-builder-bob": "^0.20.3",
173177
"react-native-linear-gradient": "^2.6.2"
178+
},
179+
"directories": {
180+
"example": "example",
181+
"lib": "lib"
174182
}
175183
}

0 commit comments

Comments
 (0)