Skip to content

Commit

Permalink
real
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost committed Oct 4, 2023
1 parent de99930 commit 88929cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16.19.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 14.21.3
nodejs 16.19.1
2 changes: 1 addition & 1 deletion core/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Events } from "./events.js"

// decode state
const initialState = {
border: "sleek",
border: "real",
referrer: "nowhere", // the location we came from
location: "nowhere", // our current location
sawMessyServerNarrative: false,
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@
dependencies:
"to-regex-range" "^5.0.1"

"fsevents@~2.3.1":
"integrity" "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA=="
"resolved" "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
"version" "2.3.2"

"get-stream@^3.0.0":
"integrity" "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ="
"resolved" "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz"
Expand Down

0 comments on commit 88929cc

Please sign in to comment.