Skip to content

Commit

Permalink
move to chipper/js/scripts, phetsims/perennial#370
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 7, 2024
1 parent 1e5fd09 commit 6f8498b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*/

import assert from 'assert';
import getOption from '../../../../perennial-alias/js/grunt/tasks/util/getOption';
import getRepo from '../../../../perennial-alias/js/grunt/tasks/util/getRepo';
import getOption from '../../../perennial-alias/js/grunt/tasks/util/getOption.js';
import getRepo from '../../../perennial-alias/js/grunt/tasks/util/getRepo.js';

const commitsSince = require( '../commitsSince.js' );
const commitsSince = require( '../grunt/commitsSince.js' );

const repo = getRepo();
const dateString = getOption( 'date' );
Expand Down

0 comments on commit 6f8498b

Please sign in to comment.