Skip to content

Commit

Permalink
Rename DeviceFactoryUtils to DeviceConfigUtils
Browse files Browse the repository at this point in the history
As suggested in review
  • Loading branch information
gcampax committed Oct 22, 2019
1 parent 3b03cec commit f069edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -23,7 +23,7 @@ const DeviceFactory = require('./lib/factory');
const { ImplementationError, UnsupportedError } = require('./lib/errors');
const BaseEngine = require('./lib/base_engine');
const BasePlatform = require('./lib/base_platform');
const DeviceFactoryUtils = require('./lib/device_factory_utils');
const DeviceConfigUtils = require('./lib/device_factory_utils');

const ThingTalk = require('thingtalk');

Expand Down Expand Up @@ -87,7 +87,7 @@ module.exports = {
HttpClient,
FileClient,
DeviceFactory,
DeviceFactoryUtils,
DeviceConfigUtils,

// expose errors
ImplementationError,
Expand Down

0 comments on commit f069edc

Please sign in to comment.