diff --git a/dist/Example.js b/dist/Example.js index a27e330..acdb3ae 100644 --- a/dist/Example.js +++ b/dist/Example.js @@ -1,14 +1,14 @@ (function webpackUniversalModuleDefinition(root, factory) { - if (typeof exports === 'object' && typeof module === 'object') + if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("React"), require("ReactDOM")); - else if (typeof define === 'function' && define.amd) + else if(typeof define === 'function' && define.amd) define(["React", "ReactDOM"], factory); - else if (typeof exports === 'object') + else if(typeof exports === 'object') exports["Example"] = factory(require("React"), require("ReactDOM")); else root["Example"] = factory(root["React"], root["ReactDOM"]); -})(this, function (__WEBPACK_EXTERNAL_MODULE_1__, __WEBPACK_EXTERNAL_MODULE_2__) { - return /******/ (function (modules) { // webpackBootstrap +})(this, function(__WEBPACK_EXTERNAL_MODULE_1__, __WEBPACK_EXTERNAL_MODULE_2__) { +return /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; @@ -62,7 +62,7 @@ var _react2 = _interopRequireDefault(_react); - var _reactDom = __webpack_require__(2); + var _reactDom = __webpack_require__(2); var _reactDom2 = _interopRequireDefault(_reactDom); @@ -256,7 +256,7 @@ fontFamily: "monospace" }, ref: 'textarea', onKeyUp: this.keyup.bind(this), placeholder: 'Copy paste JSON here', name: '', id: '', cols: '80', rows: '10' }), - _react2.default.createElement(ReactJSONViewer, {json: this.state.userJson}) + _react2.default.createElement(ReactJSONViewer, { json: this.state.userJson }) ); } }]); @@ -264,23 +264,23 @@ return Example; })(_react.Component); - //export default Example; + //export default Example; - module.exports = Example; + module.exports = Example; /***/ }, /* 1 */ /***/ function(module, exports) { - module.exports = __WEBPACK_EXTERNAL_MODULE_1__; + module.exports = __WEBPACK_EXTERNAL_MODULE_1__; /***/ }, - /* 2 */ +/* 2 */ /***/ function(module, exports) { - module.exports = __WEBPACK_EXTERNAL_MODULE_2__; + module.exports = __WEBPACK_EXTERNAL_MODULE_2__; /***/ } - /******/]) +/******/ ]) }); ; \ No newline at end of file diff --git a/dist/ReactJSONViewer.js b/dist/ReactJSONViewer.js index 54c07c0..a542913 100644 --- a/dist/ReactJSONViewer.js +++ b/dist/ReactJSONViewer.js @@ -1,14 +1,14 @@ (function webpackUniversalModuleDefinition(root, factory) { - if (typeof exports === 'object' && typeof module === 'object') + if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("React")); - else if (typeof define === 'function' && define.amd) + else if(typeof define === 'function' && define.amd) define(["React"], factory); - else if (typeof exports === 'object') + else if(typeof exports === 'object') exports["ReactJSONViewer"] = factory(require("React")); else root["ReactJSONViewer"] = factory(root["React"]); -})(this, function (__WEBPACK_EXTERNAL_MODULE_1__) { - return /******/ (function (modules) { // webpackBootstrap +})(this, function(__WEBPACK_EXTERNAL_MODULE_1__) { +return /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; @@ -62,7 +62,7 @@ var _react2 = _interopRequireDefault(_react); - var _ValueViewer = __webpack_require__(3); + var _ValueViewer = __webpack_require__(3); var _ValueViewer2 = _interopRequireDefault(_ValueViewer); @@ -220,7 +220,7 @@ json: _react2.default.PropTypes.any.isRequired }; - JSONViewer.defaultProps = {}; + JSONViewer.defaultProps = {}; JSONViewer.styles = { td: { @@ -237,18 +237,18 @@ fontWeight: "bold" } }; - //export default JSONViewer; - module.exports = JSONViewer; + //export default JSONViewer; + module.exports = JSONViewer; /***/ }, /* 1 */ /***/ function(module, exports) { - module.exports = __WEBPACK_EXTERNAL_MODULE_1__; + module.exports = __WEBPACK_EXTERNAL_MODULE_1__; /***/ }, - /* 2 */, - /* 3 */ +/* 2 */, +/* 3 */ /***/ function(module, exports, __webpack_require__) { "use strict"; @@ -343,6 +343,6 @@ exports.default = ValueViewer; /***/ } - /******/]) +/******/ ]) }); ; \ No newline at end of file