Skip to content

Commit

Permalink
🔖 v3.0.14
Browse files Browse the repository at this point in the history
Auto build
  • Loading branch information
Xotic750 committed Jul 26, 2019
1 parent f010a88 commit a4c40fe
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 224 deletions.
16 changes: 16 additions & 0 deletions .bettercodehub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
component_depth: 1
languages:
- name: javascript
production:
exclude:
- /__tests__/.*
test:
include:
- /__tests__/.*
exclude:
- /dist/.*
- /__tests__/coverage/.*
- /__tests__/__snapshots__/.*
- .*/webpack\.config\.js
- .*/jest\.config\.js
- .*/eslintrc\.js
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<a href="https://travis-ci.org/Xotic750/array-includes-x"
<a
href="https://travis-ci.org/Xotic750/array-includes-x"
title="Travis status">
<img
src="https://travis-ci.org/Xotic750/array-includes-x.svg?branch=master"
alt="Travis status" height="18">
</a>
<a href="https://david-dm.org/Xotic750/array-includes-x"
<a
href="https://david-dm.org/Xotic750/array-includes-x"
title="Dependency status">
<img src="https://david-dm.org/Xotic750/array-includes-x/status.svg"
alt="Dependency status" height="18"/>
Expand All @@ -15,16 +17,24 @@
<img src="https://david-dm.org/Xotic750/array-includes-x/dev-status.svg"
alt="devDependency status" height="18"/>
</a>
<a href="https://badge.fury.io/js/array-includes-x"
<a
href="https://badge.fury.io/js/array-includes-x"
title="npm version">
<img src="https://badge.fury.io/js/array-includes-x.svg"
alt="npm version" height="18">
</a>
<a href="https://www.jsdelivr.com/package/npm/array-includes-x"
<a
href="https://www.jsdelivr.com/package/npm/array-includes-x"
title="jsDelivr hits">
<img src="https://data.jsdelivr.com/v1/package/npm/array-includes-x/badge?style=rounded"
alt="jsDelivr hits" height="18">
</a>
<a
href="https://bettercodehub.com/results/Xotic750/array-includes-x"
title="bettercodehub score">
<img src="https://bettercodehub.com/edge/badge/Xotic750/array-includes-x?branch=master"
alt="bettercodehub score" height="18">
</a>

<a name="module_array-includes-x"></a>

Expand Down
4 changes: 2 additions & 2 deletions dist/array-includes-x.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/array-includes-x.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4c40fe

Please sign in to comment.