Skip to content

Commit

Permalink
add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Feb 26, 2018
1 parent 05174ae commit d50fa68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/webpack.js
Expand Up @@ -14,6 +14,7 @@ const WebpackOptionsValidationError = require("./WebpackOptionsValidationError")
const webpackOptionsSchema = require("../schemas/WebpackOptions.json");
const RemovedPluginError = require("./RemovedPluginError");
const version = require("../package.json").version;

const webpack = (options, callback) => {
const webpackOptionsValidationErrors = validateSchema(
webpackOptionsSchema,
Expand Down Expand Up @@ -61,6 +62,7 @@ const webpack = (options, callback) => {

exports = module.exports = webpack;
exports.version = version;

webpack.WebpackOptionsDefaulter = WebpackOptionsDefaulter;
webpack.WebpackOptionsApply = WebpackOptionsApply;
webpack.Compiler = Compiler;
Expand Down

0 comments on commit d50fa68

Please sign in to comment.