Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jan 13, 2021
1 parent 4ebdb54 commit 335cb7a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* name: @jswork/next-match
* description: Math groups with next.
* homepage: https://github.com/afeiship/next-match
* version: 1.0.0
* date: 2021-01-13 13:22:59
* version: 1.0.1
* date: 2021-01-13 13:23:52
* license: MIT
*/

Expand Down
4 changes: 2 additions & 2 deletions dist/index.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* name: @jswork/next-match
* description: Math groups with next.
* homepage: https://github.com/afeiship/next-match
* version: 1.0.0
* date: 2021-01-13 13:22:59
* version: 1.0.1
* date: 2021-01-13 13:23:52
* license: MIT
*/
!function(){var e=("undefined"!=typeof window?window:this||Function("return this")()).nx||require("@jswork/next");e.match=function(e,n,o){for(var t,r=void 0===o?1:o,u=[];t=n.exec(e);)u.push(t[r]);return u},"undefined"!=typeof module&&module.exports&&(module.exports=e.match)}();
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/next-match",
"version": "1.0.0",
"version": "1.0.1",
"description": "Math groups with next.",
"homepage": "https://github.com/afeiship/next-match",
"author": {
Expand Down Expand Up @@ -36,5 +36,14 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
},
"keywords": [
"next",
"match",
"jswork",
"nx",
"group",
"string",
"exec"
]
}

0 comments on commit 335cb7a

Please sign in to comment.