@statusfy/core
Advanced tools
Comparing version 0.1.0-alpha.5 to 0.1.0-alpha.6
@@ -7,1 +7,2 @@ exports.init = require('./init') | ||
exports.newIncident = require('./new-incident') | ||
exports.Statusfy = require('./statusfy') |
{ | ||
"name": "@statusfy/core", | ||
"version": "0.1.0-alpha.5", | ||
"version": "0.1.0-alpha.6", | ||
"description": "Core of Statusfy", | ||
@@ -41,4 +41,4 @@ "author": { | ||
"@nuxtjs/pwa": "^2.5.0", | ||
"@statusfy/common": "^0.1.0-alpha.5", | ||
"@statusfy/markdown": "^0.1.0-alpha.5", | ||
"@statusfy/common": "^0.1.0-alpha.6", | ||
"@statusfy/markdown": "^0.1.0-alpha.6", | ||
"body-parser": "^1.18.3", | ||
@@ -76,3 +76,3 @@ "browser-sync": "^2.26.0", | ||
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0", | ||
"@statusfy/test-utils": "^0.1.0-alpha.5", | ||
"@statusfy/test-utils": "^0.1.0-alpha.6", | ||
"babel-core": "^7.0.0-0", | ||
@@ -92,3 +92,3 @@ "eslint-config-standard": "^12.0.0", | ||
}, | ||
"gitHead": "c0c300c2090a0a242249c34a9659754053d41645" | ||
"gitHead": "53a21754d8bd132f417318d017206f873af137b4" | ||
} |
@@ -13,5 +13,10 @@ const express = require('express') | ||
app.set('port', port) | ||
app.set('host', host) | ||
if (port) { | ||
app.set('port', port) | ||
} | ||
if (host) { | ||
app.set('host', host) | ||
} | ||
// Save Config | ||
@@ -18,0 +23,0 @@ app.use((req, res, next) => { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
200304
117
3139