Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jan 9, 2021
1 parent 8d516cb commit f4ccc61
Show file tree
Hide file tree
Showing 3 changed files with 6 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-weeks
* description: Weeks for next.
* homepage: https://github.com/afeiship/next-weeks
* version: 1.0.3
* date: 2021-01-06 22:45:22
* version: 1.0.4
* date: 2021-01-09 16:25:26
* license: MIT
*/

Expand Down
6 changes: 3 additions & 3 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.3
* date: 2021-01-06 22:45:22
* version: 1.0.4
* date: 2021-01-09 16:25:26
* license: MIT
*/
!function(){var e=(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)}();
!function(){var e=("undefined"!=typeof window?window:this||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.3",
"version": "1.0.4",
"description": "Weeks for next.",
"homepage": "https://github.com/afeiship/next-weeks",
"author": {
Expand Down

0 comments on commit f4ccc61

Please sign in to comment.