Skip to content

Commit

Permalink
grunt update, see phetsims/chipper#1474
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 26, 2024
1 parent fa53c51 commit b4355c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions area-model-algebra_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
"AREA_MODEL_COMMON/screen.variables",
"AREA_MODEL_COMMON/screen.game"
]
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
}
};
window.phet.chipper.stringRepos =
Expand Down
3 changes: 2 additions & 1 deletion js/AreaModelAlgebraImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
* Auto-generated from modulify, DO NOT manually modify.
*/
/* eslint-disable */
/* @formatter:off */
import LocalizedImageProperty from '../../joist/js/i18n/LocalizedImageProperty.js';
import areaModelAlgebra from './areaModelAlgebra.js';
import africaLevel2Icon_svg from '../images/africa/africaLevel2Icon_svg.js';
import africaLevel3Icon_svg from '../images/africa/africaLevel3Icon_svg.js';
import africaLevel4Icon_svg from '../images/africa/africaLevel4Icon_svg.js';
Expand Down Expand Up @@ -39,7 +41,6 @@ import usaLevel4Icon_svg from '../images/usa/usaLevel4Icon_svg.js';
import usaLevel5Icon_svg from '../images/usa/usaLevel5Icon_svg.js';
import usaLevel6Icon_svg from '../images/usa/usaLevel6Icon_svg.js';
import usaVariablesGameScreenIcon_svg from '../images/usa/usaVariablesGameScreenIcon_svg.js';
import areaModelAlgebra from './areaModelAlgebra.js';

const AreaModelAlgebraImages = {
level1ImageProperty: new LocalizedImageProperty( 'level1', {
Expand Down
1 change: 1 addition & 0 deletions js/AreaModelAlgebraStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Auto-generated from modulify, DO NOT manually modify.
*/
/* eslint-disable */
/* @formatter:off */
import getStringModule from '../../chipper/js/getStringModule.js';
import type LocalizedStringProperty from '../../chipper/js/LocalizedStringProperty.js';
import areaModelAlgebra from './areaModelAlgebra.js';
Expand Down

0 comments on commit b4355c2

Please sign in to comment.