From 2a2e8737c1094a9580c888244da3ebed5586b683 Mon Sep 17 00:00:00 2001
From: Michael Kauzmann <michael.kauzmann@colorado.edu>
Date: Fri, 15 Nov 2024 12:39:44 -0700
Subject: [PATCH] move gruntMain to commonjs/,
 https://github.com/phetsims/perennial/issues/410

---
 Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index b27588c..4c8b6e8 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -2,4 +2,4 @@
 
 
 // use chipper's gruntfile
-module.exports = require( '../chipper/js/grunt/gruntMain.js' );
\ No newline at end of file
+module.exports = require( '../chipper/js/grunt/commonjs/gruntMain.js' );
\ No newline at end of file