Skip to content

Commit aa4c581

Browse files
committed
update project config
1 parent 2dba2ab commit aa4c581

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,5 @@ npm-debug.log
3636
# screenshot
3737
screenshot/*-diff.png
3838

39-
*.swp
40-
*.swo
41-
*.swn
42-
*.swl
43-
*.swm
44-
.sw*
39+
*.sw*
40+
*.un~

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ screenshot/*-diff.png
2828
#
2929
node_modules/
3030
npm-debug.log
31+
32+
*.sw*
33+
*.un~

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autoresponsive_react_native_sample",
3-
"version": "1.0.27",
3+
"version": "1.0.28",
44
"scripts": {
55
"start": "node_modules/react-native/packager/packager.sh",
66
"clean:babelrc": "find ./node_modules -name react-packager -prune -o -name '.babelrc' -print | xargs rm -f",

0 commit comments

Comments
 (0)