diff --git a/lib/node_modules/@stdlib/constants/array/package.json b/lib/node_modules/@stdlib/constants/array/package.json index 72bb9a16dc66..5ca4b727e6fe 100644 --- a/lib/node_modules/@stdlib/constants/array/package.json +++ b/lib/node_modules/@stdlib/constants/array/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], - "main": "lib/index.js", + "main": "./lib", "directories": { "doc": "./docs", "example": "./examples", diff --git a/lib/node_modules/@stdlib/constants/path/package.json b/lib/node_modules/@stdlib/constants/path/package.json index 9ad273d42fd4..8204e355847b 100644 --- a/lib/node_modules/@stdlib/constants/path/package.json +++ b/lib/node_modules/@stdlib/constants/path/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], - "main": "lib/index.js", + "main": "./lib", "directories": { "doc": "./docs", "example": "./examples", diff --git a/lib/node_modules/@stdlib/constants/unicode/package.json b/lib/node_modules/@stdlib/constants/unicode/package.json index f4be1b0e5f33..5b953a383b8b 100644 --- a/lib/node_modules/@stdlib/constants/unicode/package.json +++ b/lib/node_modules/@stdlib/constants/unicode/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], - "main": "lib/index.js", + "main": "./lib", "directories": { "doc": "./docs", "example": "./examples",