Update Shian for updated styles

This commit is contained in:
Damillora 2021-04-14 16:41:10 +07:00
parent 94e3c86f81
commit d134f0bd4a
4 changed files with 6 additions and 8 deletions

View File

@ -9,7 +9,7 @@
"start": "node __sapper__/build"
},
"dependencies": {
"@damillora/shian": "^0.3.1",
"@damillora/shian": "^0.4.0",
"compression": "^1.7.1",
"dayjs": "^1.10.4",
"howler": "^2.2.1",

View File

@ -6,7 +6,6 @@
copyarea.select();
copyarea.setSelectionRange(0, 99999);
document.execCommand("copy");
console.log(copyarea.value);
};
</script>

View File

@ -7,7 +7,6 @@ dayjs.extend(timezone);
const isYurikoBirthday = function() {
const today = dayjs().tz("Asia/Tokyo");
console.log(today.date() +" "+today.hour());
const month = today.month();
const date = today.date();
return (month === 2 /* march */) && (date === 18);
@ -15,4 +14,4 @@ const isYurikoBirthday = function() {
export {
isYurikoBirthday
}
}

View File

@ -823,10 +823,10 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"
"@damillora/shian@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-0.3.1.tgz#afdd48dba94ba2711956e6b5f331ae5a9d91178d"
integrity sha512-D2wEW5O0hQMBU1MndZiFbjXngRnwoYtG/knqlaYFkGztmRc1W3SVQsqhwlLbKyPGnLJgQMzS7i6KQn5FQC8ZBg==
"@damillora/shian@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-0.4.0.tgz#9d7b3a56cbc3a799f9b3878ff6ea62d7c7c1362a"
integrity sha512-OLGCD2455mVjXTrV43dQ3YD+sze23zmDRdXgwZmSJj3Fi4Dhmq8SPU9eKkaOH5TdbmQW72xIMa6CmDwzZXYKBQ==
"@polka/url@^1.0.0-next.11", "@polka/url@^1.0.0-next.9":
version "1.0.0-next.11"