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'); 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');