Skip to content

Commit

Permalink
BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
shanebdavis committed Aug 19, 2019
1 parent 4efe866 commit 3a55df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ module.exports =
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

var ref;
var ref, ref1;

module.exports = (ref = Neptune.CaffeineMc) != null ? ref : __webpack_require__(/*! ./source */ 1);
module.exports = (ref = (ref1 = global.Neptune) != null ? ref1.CaffeineMc : void 0) != null ? ref : __webpack_require__(/*! ./source */ 1);


/***/ }),
Expand Down

0 comments on commit 3a55df2

Please sign in to comment.