Skip to content

Commit 4acc7dd

Browse files
authored
(init): fix init issue (#302)
1 parent 286137f commit 4acc7dd

File tree

3 files changed

+1
-63
lines changed

3 files changed

+1
-63
lines changed

.npmignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ npm-debug.log
88
yarn-error.log
99
node_modules
1010
template/node_modules
11-
template/src/Config/index.js
12-
template/src/Config/index.ts
13-
template/ts-src-override/tsconfig.dev.ts
14-
template/ts-src-override/tsconfig.ts
1511
template/ios/Pods
1612
template/android/app/build
1713
template/android/.gradle
@@ -23,7 +19,6 @@ template/.gitattributes
2319
template/.gitignore
2420
template/.prettierrc.js
2521
template/.watchmanconfig
26-
template/plugins/README.md
2722
documentation
2823
.idea
2924
.github

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

template/plugins/README.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)