no cursing

This commit is contained in:
Alexander Yakovlev 2021-11-29 21:28:17 +07:00
parent 98cf731573
commit 1e052b536d
Signed by: oreolek
GPG key ID: 8D24103F5EE2A6C0
2 changed files with 3 additions and 2 deletions

View file

@ -478,7 +478,7 @@ He sighs and slowly takes it off.
=== battleends ===
Clap. Clap. Clap.
Oh shit, it's Him. He was here and He watched. Drat.
Ouch, it's Him. He was here and He watched. <small>Time to panic.</small>
<q>You are the most gracious person, dear.</q>
@ -490,7 +490,7 @@ He glides to you, his walk even and perfect as always. It's an old ritual. You k
<q>I could not let this vermin to go free.</q> -> battleends2
=== finale2 ===
Oh shit, it's Him. He was here and He watched. Drat.
Ouch, it's Him. He was here and He watched. <small>Time to panic.</small>
<q>But first, I have to say: you are the most gracious person, dear.</q>

View file

@ -1,5 +1,6 @@
{
"scripts": {
"publish": "zip -r build build && butler push build.zip oreolek/pretty-soldier-of-the-night:default",
"build": "webpack --config ./webpack.config.js",
"start": "webpack-dev-server --content-base public/ --inline --port 3001",
"prod": "./node_modules/cross-env/src/bin/cross-env.js NODE_ENV=production ./node_modules/webpack/bin/webpack.js --mode=production",