Skip to content

Commit 5e19a9a

Browse files
committed
Release 1.0.1
1 parent 5bf0f83 commit 5e19a9a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* name: @jswork/next-regex-index-of
33
* description: JavaScript's String.indexOf() that allows for regular expressions.
44
* homepage: https://github.com/afeiship/next-regex-index-of
5-
* version: 1.0.0
6-
* date: 2020-11-23 10:22:16
5+
* version: 1.0.1
6+
* date: 2020-11-23 10:23:24
77
* license: MIT
88
*/
99

dist/index.min.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* name: @jswork/next-regex-index-of
33
* description: JavaScript's String.indexOf() that allows for regular expressions.
44
* homepage: https://github.com/afeiship/next-regex-index-of
5-
* version: 1.0.0
6-
* date: 2020-11-23 10:22:16
5+
* version: 1.0.1
6+
* date: 2020-11-23 10:23:24
77
* license: MIT
88
*/
99
!function(){var e=(this||window||Function("return this")()).nx||require("@jswork/next");e.regexIndexOf=function(e,n,r){if(!e)return-1;r=r||0,n=e.substring(r).search(n);return 0<=n?n+r:n},"undefined"!=typeof module&&module.exports&&(module.exports=e.regexIndexOf)}();

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jswork/next-regex-index-of",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JavaScript's String.indexOf() that allows for regular expressions.",
55
"homepage": "https://github.com/afeiship/next-regex-index-of",
66
"author": {
@@ -44,6 +44,7 @@
4444
"regexp",
4545
"index-of",
4646
"index",
47-
"search"
47+
"search",
48+
"find"
4849
]
4950
}

0 commit comments

Comments
 (0)