From 915c03a2278939efa4df6fbe3e54c090ae67d172 Mon Sep 17 00:00:00 2001 From: Bello Gbadebo Date: Wed, 8 Apr 2020 04:14:13 +0100 Subject: [PATCH 1/2] chore: Fix missed `src/` vs `lib/` documentation Fixes #5591 more --- DeviceDescriptors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeviceDescriptors.js b/DeviceDescriptors.js index 05135a115368c..5e64c37499226 100644 --- a/DeviceDescriptors.js +++ b/DeviceDescriptors.js @@ -14,4 +14,4 @@ * limitations under the License. */ -module.exports = require('./lib/DeviceDescriptors'); +module.exports = require('./src/DeviceDescriptors'); From 83dee9a0d37a67b49b6a500d6e594c0331353c1f Mon Sep 17 00:00:00 2001 From: Bello Gbadebo Date: Wed, 8 Apr 2020 04:16:00 +0100 Subject: [PATCH 2/2] chore: Fix missed `src/` vs `lib/` documentation Fixes #5591more --- Errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Errors.js b/Errors.js index 4779e1d850812..bae61f3625856 100644 --- a/Errors.js +++ b/Errors.js @@ -14,4 +14,4 @@ * limitations under the License. */ -module.exports = require('./lib/Errors'); +module.exports = require('./src/Errors');