Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Dec 29, 2020
1 parent 03e98b1 commit f77541b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-weeks
* description: Weeks for next.
* homepage: https://github.com/afeiship/next-weeks
* version: 1.0.1
* date: 2020-12-29 08:31:46
* version: 1.0.2
* date: 2020-12-29 08:32:27
* 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-weeks
* description: Weeks for next.
* homepage: https://github.com/afeiship/next-weeks
* version: 1.0.1
* date: 2020-12-29 08:31:46
* version: 1.0.2
* date: 2020-12-29 08:32:27
* license: MIT
*/
!function(){var e=(this||window||Function("return this")()).nx||require("@jswork/next"),t={en:["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],shorty:["Mon","Tue","Wed","Thur","Fri","Sat","Sun"],emoji:["😝","😪","😭","🤪","🤣","😎","😂"],cn:["一","二","三","四","五","六","日"]},e=e.declare("nx.Weeks",{statics:{at:function(e,n){return t[n][e]},day:function(e,n){e=0<=(e=("number"==typeof e?e:e.getDay())-1)?e:6;return this.at(e,n)}}});"undefined"!=typeof module&&module.exports&&(module.exports=e)}();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/next-weeks",
"version": "1.0.1",
"version": "1.0.2",
"description": "Weeks for next.",
"homepage": "https://github.com/afeiship/next-weeks",
"author": {
Expand Down

0 comments on commit f77541b

Please sign in to comment.