We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5606d0c commit b7d74adCopy full SHA for b7d74ad
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@thecodingmachine/react-native-boilerplate",
3
- "version": "3.0.0-alpha.0",
+ "version": "3.0.0-alpha.1",
4
"description": "TheCodingMachine React Native Boilerplate",
5
"repository": {
6
"type": "git",
@@ -24,7 +24,8 @@
24
"react-native",
25
"starter-kit"
26
],
27
- "devDependencies": {
28
- "prompts": "^2.4.0"
+ "dependencies": {
+ "prompts": "^2.4.1",
29
+ "kleur": "^4.1.4"
30
}
31
template/package.json
"name": "boilerplate",
- "version": "2.2.5",
"private": true,
"scripts": {
"android": "react-native run-android",
0 commit comments