Skip to content

Commit f6a1139

Browse files
authored
🐛 (Init): fix init issue (#299)
1 parent 1d413fa commit f6a1139

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ jobs:
2525
- name: Run tests
2626
run: |
2727
cd template
28-
cp src/Config/index.example.js src/Config/index.js
2928
yarn test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"starter-kit"
2828
],
2929
"dependencies": {
30-
"@thecodingmachine/rnb-plugin-typescript": "2.0.2",
30+
"@thecodingmachine/rnb-plugin-typescript": "^2.0.4",
3131
"kleur": "^4.1.4",
3232
"prompts": "^2.4.1"
3333
},

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": "3.4.3",
3+
"version": "3.4.4",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

template/src/Config/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)