Skip to content

Commit

Permalink
Maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Xotic750 committed Sep 5, 2019
1 parent 7a3f2c2 commit 38a6569
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 75 deletions.
2 changes: 1 addition & 1 deletion dist/require-coercible-to-string-x.js

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

14 changes: 1 addition & 13 deletions dist/require-coercible-to-string-x.min.js

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

13 changes: 13 additions & 0 deletions dist/require-coercible-to-string-x.min.js.LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*!
{
"author": "Graham Fairweather",
"copywrite": "Copyright (c) 2017-present",
"date": "2019-09-05T18:46:40.734Z",
"describe": "",
"description": "Requires an argument is corecible then converts using ToString.",
"file": "require-coercible-to-string-x.min.js",
"hash": "7025f0ddda5832c62294",
"license": "MIT",
"version": "2.1.1"
}
*/
2 changes: 1 addition & 1 deletion dist/require-coercible-to-string-x.min.js.map

Large diffs are not rendered by default.

209 changes: 153 additions & 56 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
Expand Up @@ -65,7 +65,7 @@
"@types/jest": "^24.0.18",
"@types/node": "^12.7.4",
"@types/webpack": "^4.39.1",
"@xotic750/eslint-config-recommended": "^1.1.9",
"@xotic750/eslint-config-recommended": "^1.1.10",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
Expand All @@ -83,7 +83,7 @@
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.16.0",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-jsdoc": "^15.9.1",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-lodash": "^6.0.0",
Expand All @@ -104,11 +104,11 @@
"rimraf": "^3.0.0",
"source-map-loader": "^0.2.4",
"strip-ansi": "^5.2.0",
"terser-webpack-plugin": "^1.4.1",
"terser-webpack-plugin": "^2.0.0",
"typescript": "^3.6.2",
"webpack": "^4.39.3",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.7",
"webpack-cli": "^3.3.8",
"webpack-global-object-x": "^1.0.0",
"webpack-merge": "^4.2.2"
},
Expand Down

0 comments on commit 38a6569

Please sign in to comment.