We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4b584 commit 1ac93d1Copy full SHA for 1ac93d1
lib/node_modules/@stdlib/utils/constructor-name/lib/index.js
@@ -38,7 +38,7 @@
38
39
// MODULES //
40
41
-var constructorName = require( './constructor_name.js' );
+var constructorName = require( './main.js' );
42
43
44
// EXPORTS //
lib/node_modules/@stdlib/utils/constructor-name/lib/constructor_name.js renamed to lib/node_modules/@stdlib/utils/constructor-name/lib/main.js
0 commit comments