Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Dec 22, 2020
1 parent e00ed8a commit 42ba398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* description: Get url domain for next.
* homepage: https://github.com/afeiship/next-domain
* version: 1.0.0
* date: 2020-12-23 07:38:21
* date: 2020-12-23 07:39:15
* license: MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/index.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* description: Get url domain for next.
* homepage: https://github.com/afeiship/next-domain
* version: 1.0.0
* date: 2020-12-23 07:38:21
* date: 2020-12-23 07:39:15
* license: MIT
*/
!function(){var n=(this||window||Function("return this")()).nx||require("@jswork/next");n.domain=function(n,o){o=o||1,n=n||location.host,n=new URL(n).host.split(".");return n.slice(-n.length+o).join(".")},"undefined"!=typeof module&&module.exports&&(module.exports=n.domain)}();

0 comments on commit 42ba398

Please sign in to comment.