Skip to content

Commit 78d6521

Browse files
committed
🔖 v2.0.6
Auto build
1 parent a7c5a80 commit 78d6521

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

__tests__/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ module.exports = {
55
'lodash/prefer-noop': 'off',
66
'compat/compat': 'off',
77
'prefer-rest-params': 'off',
8+
'no-prototype-builtins': 'off',
89
},
910
};

dist/attempt-x.js

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

dist/attempt-x.min.js

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

package-lock.json

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.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "attempt-x",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Invokes function, returning an object of the results.",
55
"homepage": "https://github.com/Xotic750/attempt-x",
66
"author": {

0 commit comments

Comments
 (0)