Skip to content

Commit

Permalink
remove .js suffix in require statements in js files, phetsims/chipper…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 14, 2024
1 parent 21c2285 commit bcda811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2013-2016, University of Colorado Boulder

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

/**
* Dot grunt tasks
Expand Down

0 comments on commit bcda811

Please sign in to comment.