Skip to content

Commit

Permalink
chore(build-config): un-freeze main export
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbch committed Feb 19, 2018
1 parent 9e1f6e1 commit 504e51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/build-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var hopsConfig = require('hops-config');

module.exports = Object.freeze({
module.exports = {
buildConfig: hopsConfig.buildConfig
? hopsConfig.buildConfig
: require.resolve('./configs/build'),
Expand All @@ -12,4 +12,4 @@ module.exports = Object.freeze({
nodeConfig: hopsConfig.nodeConfig
? hopsConfig.nodeConfig
: require.resolve('./configs/node'),
});
};

0 comments on commit 504e51d

Please sign in to comment.