Skip to content

Commit

Permalink
add .js suffix in node code, phetsims/perennial#407
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 8, 2024
1 parent 5aed94a commit cc8237f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/grunt/tasks/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

import child_process from 'child_process';
import grunt from '../../../../perennial-alias/js/npm-dependencies/grunt';
import grunt from '../../../../perennial-alias/js/npm-dependencies/grunt.js';

// Build the app for all supported platforms.
grunt.log.writeln( 'Building app for all supported platforms...' );
Expand Down
2 changes: 1 addition & 1 deletion js/grunt/tasks/install-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

import child_process from 'child_process';
import grunt from '../../../../perennial-alias/js/npm-dependencies/grunt';
import grunt from '../../../../perennial-alias/js/npm-dependencies/grunt.js';

// constants
const CUSTOM_VIBRATION_PLUGIN_NAME = 'cordova-plugin-native-vibration';
Expand Down

0 comments on commit cc8237f

Please sign in to comment.