Skip to content

Commit

Permalink
Merge branch 'login'
Browse files Browse the repository at this point in the history
# Conflicts:
#	dist/src.e31bb0bc.js
#	dist/src.e31bb0bc.map
  • Loading branch information
sevastiansergiu committed Dec 17, 2018
2 parents c54503b + c2af051 commit cb701b1
Show file tree
Hide file tree
Showing 8 changed files with 746 additions and 7 deletions.
10 changes: 5 additions & 5 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ parcelRequire = (function (modules, cache, entry, globalName) {

// Override the current require with this new one
return newRequire;
})({"../../../AppData/Roaming/nvm/v11.4.0/node_modules/parcel-bundler/src/builtins/bundle-url.js":[function(require,module,exports) {
})({"../../../../../usr/local/lib/node_modules/parcel-bundler/src/builtins/bundle-url.js":[function(require,module,exports) {
var bundleURL = null;

function getBundleURLCached() {
Expand Down Expand Up @@ -136,7 +136,7 @@ function getBaseURL(url) {

exports.getBundleURL = getBundleURLCached;
exports.getBaseURL = getBaseURL;
},{}],"../../../AppData/Roaming/nvm/v11.4.0/node_modules/parcel-bundler/src/builtins/css-loader.js":[function(require,module,exports) {
},{}],"../../../../../usr/local/lib/node_modules/parcel-bundler/src/builtins/css-loader.js":[function(require,module,exports) {
var bundle = require('./bundle-url');

function updateLink(link) {
Expand Down Expand Up @@ -171,7 +171,7 @@ function reloadCSS() {
}

module.exports = reloadCSS;
},{"./bundle-url":"../../../AppData/Roaming/nvm/v11.4.0/node_modules/parcel-bundler/src/builtins/bundle-url.js"}],"../../../AppData/Roaming/nvm/v11.4.0/node_modules/parcel-bundler/src/builtins/hmr-runtime.js":[function(require,module,exports) {
},{"./bundle-url":"../../../../../usr/local/lib/node_modules/parcel-bundler/src/builtins/bundle-url.js"}],"../../../../../usr/local/lib/node_modules/parcel-bundler/src/builtins/hmr-runtime.js":[function(require,module,exports) {
var global = arguments[3];
var OVERLAY_ID = '__parcel__error__overlay__';
var OldModule = module.bundle.Module;
Expand All @@ -198,7 +198,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "4829" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "59794" + '/');

ws.onmessage = function (event) {
var data = JSON.parse(event.data);
Expand Down Expand Up @@ -340,4 +340,4 @@ function hmrAccept(bundle, id) {
return hmrAccept(global.parcelRequire, id);
});
}
},{}]},{},["../../../AppData/Roaming/nvm/v11.4.0/node_modules/parcel-bundler/src/builtins/hmr-runtime.js"], null)
},{}]},{},["../../../../../usr/local/lib/node_modules/parcel-bundler/src/builtins/hmr-runtime.js"], null)
2 changes: 1 addition & 1 deletion dist/index.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cb701b1

Please sign in to comment.