Skip to content

Commit bba6f0b

Browse files
committed
fix npm ignoring files
1 parent 492c7b8 commit bba6f0b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.npmignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.DS_Store
2-
templates/node_modules
3-
templates/ios/Pods
2+
template/node_modules
3+
template/ios/Pods
4+
template/android/app/build
5+
template/android/.gradle
6+
template/android/.idea
47
documentation
58
.idea
69
.github

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thecodingmachine/react-native-boilerplate",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "TheCodingMachine React Native Boilerplate",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)