Skip to content

Commit

Permalink
move commonjs modules to their own directory, phetsims/perennial#410
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 15, 2024
1 parent aa50303 commit 7605c45
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 @@ -10,7 +10,7 @@
global.processEventOptOut = true;

const Gruntfile = require( '../chipper/Gruntfile' );
const registerTasks = require( '../perennial-alias/js/grunt/util/registerTasks' );
const registerTasks = require( '../perennial-alias/js/grunt/commonjs/registerTasks' );

// Stream winston logging to the console
module.exports = grunt => {
Expand Down

0 comments on commit 7605c45

Please sign in to comment.