Skip to content

Commit

Permalink
chore(index): expose the Configuration class
Browse files Browse the repository at this point in the history
webpack projects use this class to switch options on and off based on the environment
  • Loading branch information
JeroenVinke committed Jul 14, 2017
1 parent 49fb60f commit 1507919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ exports.UI = require('./ui').UI;
exports.Project = require('./project').Project;
exports.ProjectItem = require('./project-item').ProjectItem;
exports.build = require('./build');
exports.Configuration = require('./configuration').Configuration;

0 comments on commit 1507919

Please sign in to comment.