Skip to content

Commit

Permalink
New distribution after code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarciosaraiva committed Jun 4, 2016
1 parent 49b012b commit b2acc03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions dist/pact.js
Original file line number Diff line number Diff line change
Expand Up @@ -3321,15 +3321,11 @@ module.exports =

'use strict';

var _config = __webpack_require__(13);

var _config2 = _interopRequireDefault(_config);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var config = __webpack_require__(13);

module.exports = {
info: function info(msg) {
if (_config2.default.logging) {
if (config.logging) {
console.log(msg);
}
}
Expand Down
8 changes: 2 additions & 6 deletions dist/pact.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -4838,15 +4838,11 @@ return /******/ (function(modules) { // webpackBootstrap

'use strict';

var _config = __webpack_require__(18);

var _config2 = _interopRequireDefault(_config);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var config = __webpack_require__(18);

module.exports = {
info: function info(msg) {
if (_config2.default.logging) {
if (config.logging) {
console.log(msg);
}
}
Expand Down

0 comments on commit b2acc03

Please sign in to comment.