Skip to content

Commit

Permalink
🔖 v2.0.26
Browse files Browse the repository at this point in the history
Auto build
  • Loading branch information
Xotic750 committed Jul 26, 2019
1 parent fc6eaa5 commit a0c66c9
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 22 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/same-value-x"
<a
href="https://travis-ci.org/Xotic750/same-value-x"
title="Travis status">
<img
src="https://travis-ci.org/Xotic750/same-value-x.svg?branch=master"
alt="Travis status" height="18">
</a>
<a href="https://david-dm.org/Xotic750/same-value-x"
<a
href="https://david-dm.org/Xotic750/same-value-x"
title="Dependency status">
<img src="https://david-dm.org/Xotic750/same-value-x/status.svg"
alt="Dependency status" height="18"/>
Expand All @@ -15,16 +17,24 @@
<img src="https://david-dm.org/Xotic750/same-value-x/dev-status.svg"
alt="devDependency status" height="18"/>
</a>
<a href="https://badge.fury.io/js/same-value-x"
<a
href="https://badge.fury.io/js/same-value-x"
title="npm version">
<img src="https://badge.fury.io/js/same-value-x.svg"
alt="npm version" height="18">
</a>
<a href="https://www.jsdelivr.com/package/npm/same-value-x"
<a
href="https://www.jsdelivr.com/package/npm/same-value-x"
title="jsDelivr hits">
<img src="https://data.jsdelivr.com/v1/package/npm/same-value-x/badge?style=rounded"
alt="jsDelivr hits" height="18">
</a>
<a
href="https://bettercodehub.com/results/Xotic750/same-value-x"
title="bettercodehub score">
<img src="https://bettercodehub.com/edge/badge/Xotic750/same-value-x?branch=master"
alt="bettercodehub score" height="18">
</a>

<a name="module_same-value-x"></a>

Expand Down
4 changes: 2 additions & 2 deletions dist/same-value-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/same-value-x.min.js

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

20 changes: 10 additions & 10 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "same-value-x",
"version": "2.0.25",
"version": "2.0.26",
"description": "Determines whether two values are the same value.",
"homepage": "https://github.com/Xotic750/same-value-x",
"author": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"url": "https://github.com/Xotic750/same-value-x/issues"
},
"dependencies": {
"is-nan-x": "^2.0.25"
"is-nan-x": "^2.0.26"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
Expand Down Expand Up @@ -87,7 +87,7 @@
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.13.6",
"eslint-plugin-jest": "^22.13.7",
"eslint-plugin-jsdoc": "^15.7.2",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-lodash": "^5.1.0",
Expand Down Expand Up @@ -116,7 +116,7 @@
"strip-ansi": "^5.2.0",
"terser-webpack-plugin": "^1.3.0",
"typescript": "^3.5.3",
"webpack": "^4.37.0",
"webpack": "^4.38.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1"
Expand Down

0 comments on commit a0c66c9

Please sign in to comment.