Skip to content

Commit

Permalink
Version update npm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan-Lyashenko committed Nov 5, 2017
1 parent 5090a98 commit 6ebe1d4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions dist/js2flowchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -37804,6 +37804,7 @@ exports.default = {
sourceType: 'module',
plugins: ['objectRestSpread']
};
module.exports = exports['default'];

/***/ }),
/* 447 */
Expand Down Expand Up @@ -38002,6 +38003,8 @@ exports.default = function () {
};
};

module.exports = exports['default'];

/***/ }),
/* 450 */
/***/ (function(module, exports, __webpack_require__) {
Expand Down Expand Up @@ -39249,6 +39252,7 @@ var _VerticalEdgedRectangle = __webpack_require__(113);
var ENTITY_FIELD_NAME = 'ClassDeclaration';

exports.default = (0, _BaseShape.delegateInit)(_VerticalEdgedRectangle.VerticalEdgedRectangle, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 468 */
Expand All @@ -39268,6 +39272,7 @@ var _Rectangle = __webpack_require__(26);
var ENTITY_FIELD_NAME = 'DebuggerStatement';

exports.default = (0, _BaseShape.delegateInit)(_Rectangle.Rectangle, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 469 */
Expand All @@ -39287,6 +39292,7 @@ var _ReturnStatement = __webpack_require__(47);
var ENTITY_FIELD_NAME = 'ExportDeclaration';

exports.default = (0, _BaseShape.delegateInit)(_ReturnStatement.ReturnStatement, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 470 */
Expand All @@ -39306,6 +39312,7 @@ var _VerticalEdgedRectangle = __webpack_require__(113);
var ENTITY_FIELD_NAME = 'ImportDeclaration';

exports.default = (0, _BaseShape.delegateInit)(_VerticalEdgedRectangle.VerticalEdgedRectangle, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 471 */
Expand All @@ -39325,6 +39332,7 @@ var _Rectangle = __webpack_require__(26);
var ENTITY_FIELD_NAME = 'ImportSpecifier';

exports.default = (0, _BaseShape.delegateInit)(_Rectangle.Rectangle, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 472 */
Expand All @@ -39344,6 +39352,7 @@ var _Rectangle = __webpack_require__(26);
var ENTITY_FIELD_NAME = 'ThrowStatement';

exports.default = (0, _BaseShape.delegateInit)(_Rectangle.Rectangle, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 473 */
Expand All @@ -39363,6 +39372,7 @@ var _Rectangle = __webpack_require__(26);
var ENTITY_FIELD_NAME = 'TryStatement';

exports.default = (0, _BaseShape.delegateInit)(_Rectangle.Rectangle, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 474 */
Expand All @@ -39382,6 +39392,7 @@ var _ReturnStatement = __webpack_require__(47);
var ENTITY_FIELD_NAME = 'CatchClause';

exports.default = (0, _BaseShape.delegateInit)(_ReturnStatement.ReturnStatement, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 475 */
Expand All @@ -39401,6 +39412,7 @@ var _ConditionRhombus = __webpack_require__(184);
var ENTITY_FIELD_NAME = 'SwitchStatement';

exports.default = (0, _BaseShape.delegateInit)(_ConditionRhombus.ConditionRhombus, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 476 */
Expand All @@ -39420,6 +39432,7 @@ var _ReturnStatement = __webpack_require__(47);
var ENTITY_FIELD_NAME = 'BreakStatement';

exports.default = (0, _BaseShape.delegateInit)(_ReturnStatement.ReturnStatement, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 477 */
Expand All @@ -39439,6 +39452,7 @@ var _Rectangle = __webpack_require__(26);
var ENTITY_FIELD_NAME = 'SwitchCase';

exports.default = (0, _BaseShape.delegateInit)(_Rectangle.Rectangle, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 478 */
Expand All @@ -39458,6 +39472,7 @@ var _ReturnStatement = __webpack_require__(47);
var ENTITY_FIELD_NAME = 'ContinueStatement';

exports.default = (0, _BaseShape.delegateInit)(_ReturnStatement.ReturnStatement, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 479 */
Expand All @@ -39477,6 +39492,7 @@ var _Rectangle = __webpack_require__(26);
var ENTITY_FIELD_NAME = 'CallExpression';

exports.default = (0, _BaseShape.delegateInit)(_Rectangle.Rectangle, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 480 */
Expand All @@ -39496,6 +39512,7 @@ var _Rectangle = __webpack_require__(26);
var ENTITY_FIELD_NAME = 'ObjectProperty';

exports.default = (0, _BaseShape.delegateInit)(_Rectangle.Rectangle, ENTITY_FIELD_NAME);
module.exports = exports['default'];

/***/ }),
/* 481 */
Expand Down
2 changes: 1 addition & 1 deletion dist/js2flowchart.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "js2flowchart",
"version": "0.0.11-alpha",
"version": "0.0.12-alpha",
"author": "Bohdan Liashenko",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Bogdan-Lyashenko/js-code-to-svg-flowchart.git"
},
"main": "./index.js",
"main": "dist/js2flowchart.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
Expand Down

0 comments on commit 6ebe1d4

Please sign in to comment.