Skip to content

Commit

Permalink
Fix issue with hidden files
Browse files Browse the repository at this point in the history
Hidden files were not being transfered to new react-native projects
using the template. This fixes the issue #3971
  • Loading branch information
takameyer committed Sep 16, 2021
1 parent 184456c commit 03b388d
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-template-realm-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-template-realm-js",
"version": "1.0.0",
"version": "0.0.3",
"description": "React Native Template Realm JS",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-template-realm-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-template-realm-ts",
"version": "1.0.0",
"version": "0.0.3",
"description": "React Native Template Realm TS",
"repository": {
"type": "git",
Expand Down

0 comments on commit 03b388d

Please sign in to comment.