Skip to content

Commit

Permalink
Merge pull request #993 from tmedwards/2.3-maintenance
Browse files Browse the repository at this point in the history
UPDATE: SugarCube v2.36.1
  • Loading branch information
klembot authored Jan 9, 2022
2 parents a4430d2 + bdd207f commit 178a70a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/data/actions/story-format.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ const actions = (module.exports = {
},
{
name: 'SugarCube',
url: 'story-formats/sugarcube-2.34.1/format.js',
version: '2.34.1',
url: 'story-formats/sugarcube-2.36.1/format.js',
version: '2.36.1',
userAdded: false
}
];
Expand Down
10 changes: 5 additions & 5 deletions src/data/actions/story-format.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ describe('story format actions module', () => {
'story-formats/sugarcube-1.0.35/format.js'
);
expect(created['SugarCube-1.0.35'].userAdded).to.be.false;
expect(created['SugarCube-2.34.1']).to.exist;
expect(created['SugarCube-2.34.1'].url).to.equal(
'story-formats/sugarcube-2.34.1/format.js'
expect(created['SugarCube-2.36.1']).to.exist;
expect(created['SugarCube-2.36.1'].url).to.equal(
'story-formats/sugarcube-2.36.1/format.js'
);
expect(created['SugarCube-2.34.1'].userAdded).to.be.false;
expect(created['SugarCube-2.36.1'].userAdded).to.be.false;
});

it('sets default formats with repairFormats()', () => {
Expand Down Expand Up @@ -167,7 +167,7 @@ describe('story format actions module', () => {
{name: 'Snowman', version: '1.4.0'},
{name: 'Snowman', version: '2.0.2'},
{name: 'SugarCube', version: '1.0.35'},
{name: 'SugarCube', version: '2.34.1'}
{name: 'SugarCube', version: '2.36.1'}
]
}
}
Expand Down
1 change: 0 additions & 1 deletion story-formats/sugarcube-2.34.1/format.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2020, Thomas Michael Edwards <thomasmedwards@gmail.com>.
Copyright (c) 2013-2021, Thomas Michael Edwards <thomasmedwards@gmail.com>.
All rights reserved.

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

Large diffs are not rendered by default.

File renamed without changes

0 comments on commit 178a70a

Please sign in to comment.