Skip to content

Commit

Permalink
move gruntMain to commonjs/, phetsims/perennial#410
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 15, 2024
1 parent 1ce6026 commit 2a2e873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


// use chipper's gruntfile
module.exports = require( '../chipper/js/grunt/gruntMain.js' );
module.exports = require( '../chipper/js/grunt/commonjs/gruntMain.js' );

0 comments on commit 2a2e873

Please sign in to comment.