Skip to content

Commit 14d101b

Browse files
committed
Maintenance
Dependency updates
1 parent d39ff64 commit 14d101b

File tree

7 files changed

+5980
-2321
lines changed

7 files changed

+5980
-2321
lines changed

__tests__/is-regexp-x.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ describe('isRegex', function() {
4242
it('regexes', function() {
4343
expect.assertions(2);
4444
expect(isRegex(/a/g)).toBe(true, 'regex literal is regex');
45+
/* eslint-disable-next-line prefer-regex-literals */
4546
expect(isRegex(new RegExp('a', 'g'))).toBe(true, 'regex object is regex');
4647
});
4748

dist/is-regexp-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/is-regexp-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.
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": "2020-01-30T22:18:19.927Z",
6+
"describe": "",
7+
"description": "Is this value a JS regex?",
8+
"file": "is-regexp-x.min.js",
9+
"hash": "bd13e79a45e7d98b3aad",
10+
"license": "MIT",
11+
"version": "3.1.2"
12+
}
13+
*/

dist/is-regexp-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.

0 commit comments

Comments
 (0)