Skip to content

Commit cb53854

Browse files
committed
Release 1.0.0
1 parent 7217f13 commit cb53854

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* description: JavaScript's String.indexOf() that allows for regular expressions.
44
* homepage: https://github.com/afeiship/next-regex-index-of
55
* version: 1.0.0
6-
* date: 2020-11-23 10:06:34
6+
* date: 2020-11-23 10:08:26
77
* license: MIT
88
*/
99

dist/index.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* description: JavaScript's String.indexOf() that allows for regular expressions.
44
* homepage: https://github.com/afeiship/next-regex-index-of
55
* version: 1.0.0
6-
* date: 2020-11-23 10:06:34
6+
* date: 2020-11-23 10:08:26
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: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,13 @@
3636
"publishConfig": {
3737
"access": "public",
3838
"registry": "https://registry.npmjs.org"
39-
}
40-
}
39+
},
40+
"keywords": [
41+
"next",
42+
"regex",
43+
"regexp",
44+
"index-of",
45+
"index",
46+
"search"
47+
]
48+
}

0 commit comments

Comments
 (0)