diff --git a/.gitignore b/.gitignore index 5d42bc7..57886fa 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ Thumbs.db # Custom ##################### node_modules -lib/index.js # Bundles created by webpack **/public/*.js diff --git a/lib/index.js b/lib/index.js new file mode 100644 index 0000000..ffcb6a2 --- /dev/null +++ b/lib/index.js @@ -0,0 +1 @@ +"use strict";function _interopRequireDefault(t){return t&&t.__esModule?t:{default:t}}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _possibleConstructorReturn(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function _inherits(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}Object.defineProperty(exports,"__esModule",{value:!0});var _createClass=function(){function t(t,e){for(var a=0;a