Skip to content

Commit

Permalink
Merge pull request klembot#1541 from tmedwards/add-sugarcube-2.37.0
Browse files Browse the repository at this point in the history
feat: update SugarCube to v2.37.0
  • Loading branch information
klembot authored Jul 19, 2024
2 parents 45dfa0f + c3d61a9 commit 446a308
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prettify-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
persist-credentials: false
- name: Prettify code
Expand Down
1 change: 0 additions & 1 deletion public/story-formats/sugarcube-2.36.1/format.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2021, Thomas Michael Edwards <[email protected]>.
Copyright (c) 2013-2024, Thomas Michael Edwards <[email protected]>.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
1 change: 1 addition & 0 deletions public/story-formats/sugarcube-2.37.0/format.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/store/story-formats/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const builtins = () => [
},
{
name: 'SugarCube',
url: 'story-formats/sugarcube-2.36.1/format.js',
version: '2.36.1'
url: 'story-formats/sugarcube-2.37.0/format.js',
version: '2.37.0'
}
];

0 comments on commit 446a308

Please sign in to comment.