Skip to content

Commit b7d74ad

Browse files
committed
release v3 alpha 1
1 parent 5606d0c commit b7d74ad

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thecodingmachine/react-native-boilerplate",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0-alpha.1",
44
"description": "TheCodingMachine React Native Boilerplate",
55
"repository": {
66
"type": "git",
@@ -24,7 +24,8 @@
2424
"react-native",
2525
"starter-kit"
2626
],
27-
"devDependencies": {
28-
"prompts": "^2.4.0"
27+
"dependencies": {
28+
"prompts": "^2.4.1",
29+
"kleur": "^4.1.4"
2930
}
3031
}

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boilerplate",
3-
"version": "2.2.5",
3+
"version": "3.0.0-alpha.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)