From 69c9465fcd9ad0058a294ca5e36b7d8d08cfa84a Mon Sep 17 00:00:00 2001 From: Graham Fairweather Date: Wed, 28 Aug 2019 16:59:31 +0200 Subject: [PATCH] Maintenance --- dist/trim-right-x.js | 2 +- dist/trim-right-x.min.js | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/trim-right-x.js b/dist/trim-right-x.js index 02295c4..1521e4f 100644 --- a/dist/trim-right-x.js +++ b/dist/trim-right-x.js @@ -2,7 +2,7 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017", - "date": "2019-08-27T19:49:46.021Z", + "date": "2019-08-28T14:59:25.638Z", "describe": "", "description": "This method removes whitespace from the end of a string.", "file": "trim-right-x.js", diff --git a/dist/trim-right-x.min.js b/dist/trim-right-x.min.js index 57962ee..578adfe 100644 --- a/dist/trim-right-x.min.js +++ b/dist/trim-right-x.min.js @@ -2,7 +2,7 @@ { "author": "Graham Fairweather", "copywrite": "Copyright (c) 2017", - "date": "2019-08-27T19:49:46.021Z", + "date": "2019-08-28T14:59:25.638Z", "describe": "", "description": "This method removes whitespace from the end of a string.", "file": "trim-right-x.min.js", diff --git a/package-lock.json b/package-lock.json index 25c5269..20122c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1829,9 +1829,9 @@ } }, "@xotic750/eslint-config-recommended": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@xotic750/eslint-config-recommended/-/eslint-config-recommended-1.1.7.tgz", - "integrity": "sha512-lx7q0WyyyQt0vo49LOa70ZGd38xPBUq2AUxedtlIYg8nL/JkidfzzKFaXdD/j0eULUfPhGpuCjhhzEy0RC9z8A==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@xotic750/eslint-config-recommended/-/eslint-config-recommended-1.1.8.tgz", + "integrity": "sha512-Sds+jfe8h5bVKBQJMWjEp+MVylN4e2M382vnHOMkGJySxC9e0xOH2feZsTZ9CMcrNowlhPCPGV4zUc4dbvjsWQ==", "dev": true, "requires": { "eslint-config-airbnb-base": "^14.0.0", diff --git a/package.json b/package.json index 56ca6ad..a8aa32b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@types/jest": "^24.0.18", "@types/node": "^12.7.2", "@types/webpack": "^4.39.1", - "@xotic750/eslint-config-recommended": "^1.1.7", + "@xotic750/eslint-config-recommended": "^1.1.8", "babel-core": "^7.0.0-0", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6",