Skip to content

Commit 4cbf1c8

Browse files
committed
exclude test from build, add codeship badge
1 parent 6dfb301 commit 4cbf1c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# react-native-diff-view
1+
# react-native-diff-view [![Codeship Status for Monolist/react-native-diff-view](https://app.codeship.com/projects/93993410-cc16-0137-07e1-7ada9eda52a2/status?branch=master)](https://app.codeship.com/projects/368278)
22
A React Native module for parsing and displaying git diffs.

‎tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
]
2525
},
2626
"include": ["src/**/*"],
27-
"exclude": ["node_modules"]
27+
"exclude": ["node_modules", "test.*"]
2828
}

0 commit comments

Comments
 (0)