diff --git a/.eslintignore b/.eslintignore index f9eebe2..932192a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,5 @@ !.eslintrc.js !jest.config.js +node_modules/ dist/ __tests__/coverage/ diff --git a/.eslintrc.js b/.eslintrc.js index f3c8379..509320c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,6 @@ /** * @file Manages the root configuration settings for project wide eslint. - * @module eslint/root/configuration - * @see {@link https://eslint.org} for further information. + * @see {@link https://eslint.org} For further information. */ module.exports = { diff --git a/.prettierignore b/.prettierignore index 298f3ef..932192a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,5 @@ +!.eslintrc.js +!jest.config.js node_modules/ dist/ __tests__/coverage/ diff --git a/.travis.yml b/.travis.yml index afae7cb..5430535 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ branches: notifications: email: false node_js: - - "10" - - "9" - - "8" + - '10' + - '9' + - '8' script: - npm run test:ci matrix: diff --git a/dist/same-value-x.js b/dist/same-value-x.js index c21e951..6ce4b84 100644 --- a/dist/same-value-x.js +++ b/dist/same-value-x.js @@ -2,13 +2,13 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017-present", - "date": "2019-07-13T23:27:50.928Z", + "date": "2019-07-14T21:35:23.472Z", "describe": "", "description": "Determines whether two values are the same value.", "file": "same-value-x.js", "hash": "7472724c727e9386d84b", "license": "MIT", - "version": "2.0.6" + "version": "2.0.7" } */ (function webpackUniversalModuleDefinition(root, factory) { diff --git a/dist/same-value-x.min.js b/dist/same-value-x.min.js index 5d84ac6..74da5f0 100644 --- a/dist/same-value-x.min.js +++ b/dist/same-value-x.min.js @@ -2,13 +2,13 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017-present", - "date": "2019-07-13T23:27:50.928Z", + "date": "2019-07-14T21:35:23.472Z", "describe": "", "description": "Determines whether two values are the same value.", "file": "same-value-x.min.js", "hash": "838aa7a4ce53d4b68b84", "license": "MIT", - "version": "2.0.6" + "version": "2.0.7" } */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.sameValueX=t():e.sameValueX=t()}(function(){"use strict";return"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:Function("return this")()}(),function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){"use strict";function r(e){return e!=e}function o(e,t){return 0===e&&0===t?1/e==1/t:e===t||r(e)&&r(t)}n.r(t),n.d(t,"default",function(){return o})}])}); diff --git a/package-lock.json b/package-lock.json index 9d02e48..53b5982 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "same-value-x", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -5947,9 +5947,9 @@ } }, "is-nan-x": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/is-nan-x/-/is-nan-x-2.0.7.tgz", - "integrity": "sha512-n/Uu/PKiP1WiLneHkfb+6C/QjTgyHUwMUunGKNOGYHwpIa7g7/MJLrCytUhYWVOEYBTDpZWSz2BcZzVSSpj/kA==" + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/is-nan-x/-/is-nan-x-2.0.8.tgz", + "integrity": "sha512-f5nLXiW9aSn5NCsP6d88Q+UR7ZGRonCYU3VnEwxg3K7jSyAVhf/g0DBm48Qr4jKnevQfKyn6r4KW+Ne6RKoIJA==" }, "is-npm": { "version": "1.0.0", diff --git a/package.json b/package.json index 3e3e6e7..94782b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "same-value-x", - "version": "2.0.6", + "version": "2.0.7", "description": "Determines whether two values are the same value.", "homepage": "https://github.com/Xotic750/same-value-x", "author": { @@ -49,7 +49,7 @@ "url": "https://github.com/Xotic750/same-value-x/issues" }, "dependencies": { - "is-nan-x": "^2.0.7" + "is-nan-x": "^2.0.8" }, "devDependencies": { "@babel/cli": "^7.5.0", diff --git a/webpack.config.js b/webpack.config.js index 112a7d0..c76b8d6 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,7 +1,6 @@ /** * @file Manages the root configuration settings for webpack. - * @module webpack/root/configuration - * @see {@link https://webpack.js.org/} for further information. + * @see {@link https://webpack.js.org/} For further information. */ const path = require('path');