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 Nov 29, 2020
1 parent 31b7f3b commit 86a3937
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 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: Weeks for next.
* homepage: https://github.com/afeiship/next-weeks
* version: 1.0.0
* date: 2020-11-29 21:21:00
* date: 2020-11-29 21:23:18
* 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: Weeks for next.
* homepage: https://github.com/afeiship/next-weeks
* version: 1.0.0
* date: 2020-11-29 21:21:00
* date: 2020-11-29 21:23:18
* 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=e-1)?e:6;return this.at(e,n)}}});"undefined"!=typeof module&&module.exports&&(module.exports=e)}();
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,18 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
},
"keywords": [
"next",
"nx",
"jswork",
"weekend",
"weekday",
"weeks",
"week",
"weekly",
"en",
"cn",
"emoji"
]
}

0 comments on commit 86a3937

Please sign in to comment.