Skip to content

Commit 5ad14bb

Browse files
committed
Maintenance
1 parent cb5c830 commit 5ad14bb

6 files changed

+174
-76
lines changed

dist/array-reduce-right-x.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/array-reduce-right-x.min.js

Lines changed: 2 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*!
2+
{
3+
"author": "Graham Fairweather",
4+
"copywrite": "Copyright (c) 2017",
5+
"date": "2019-09-05T20:06:01.985Z",
6+
"describe": "",
7+
"description": "Reduce an array (from right to left) to a single value.",
8+
"file": "array-reduce-right-x.min.js",
9+
"hash": "73ab7a291404c4786d58",
10+
"license": "MIT",
11+
"version": "3.1.2"
12+
}
13+
*/

dist/array-reduce-right-x.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 153 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/jest": "^24.0.18",
7272
"@types/node": "^12.7.4",
7373
"@types/webpack": "^4.39.1",
74-
"@xotic750/eslint-config-recommended": "^1.1.9",
74+
"@xotic750/eslint-config-recommended": "^1.1.10",
7575
"babel-core": "^7.0.0-0",
7676
"babel-eslint": "^10.0.3",
7777
"babel-loader": "^8.0.6",
@@ -89,7 +89,7 @@
8989
"eslint-plugin-eslint-comments": "^3.1.2",
9090
"eslint-plugin-html": "^6.0.0",
9191
"eslint-plugin-import": "^2.18.2",
92-
"eslint-plugin-jest": "^22.16.0",
92+
"eslint-plugin-jest": "^22.17.0",
9393
"eslint-plugin-jsdoc": "^15.9.1",
9494
"eslint-plugin-json": "^1.4.0",
9595
"eslint-plugin-lodash": "^6.0.0",
@@ -110,11 +110,11 @@
110110
"rimraf": "^3.0.0",
111111
"source-map-loader": "^0.2.4",
112112
"strip-ansi": "^5.2.0",
113-
"terser-webpack-plugin": "^1.4.1",
113+
"terser-webpack-plugin": "^2.0.0",
114114
"typescript": "^3.6.2",
115115
"webpack": "^4.39.3",
116116
"webpack-bundle-analyzer": "^3.4.1",
117-
"webpack-cli": "^3.3.7",
117+
"webpack-cli": "^3.3.8",
118118
"webpack-global-object-x": "^1.0.0",
119119
"webpack-merge": "^4.2.2"
120120
},

0 commit comments

Comments
 (0)