Skip to content

Commit

Permalink
Rename import-shared => npm-dependencies, see phetsims/perennial#372
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 15, 2024
1 parent 66c71e5 commit be7f907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/grunt/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

// modules
const dot = require( 'dot' );
import winston from '../../../../perennial/js/import-shared/winston';
import grunt from '../../../../perennial/js/import-shared/grunt';
import winston from '../../../../perennial/js/npm-dependencies/winston';
import grunt from '../../../../perennial/js/npm-dependencies/grunt';

// constants
const ACTIVE_REPOS_FILE = '../perennial/data/active-repos';
Expand Down

0 comments on commit be7f907

Please sign in to comment.