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 Nov 29, 2020
1 parent 340f39a commit 890232d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 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.0
* date: 2020-11-29 21:29:35
* version: 1.0.1
* date: 2020-11-29 21:30:35
* 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.0
* date: 2020-11-29 21:29:35
* version: 1.0.1
* date: 2020-11-29 21:30:35
* 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)}();
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/next-weeks",
"version": "1.0.0",
"version": "1.0.1",
"description": "Weeks for next.",
"homepage": "https://github.com/afeiship/next-weeks",
"author": {
Expand Down Expand Up @@ -46,6 +46,8 @@
"weekly",
"en",
"cn",
"emoji"
"emoji",
"date",
"day"
]
}
}

0 comments on commit 890232d

Please sign in to comment.