@blaasvaer/frmwrk 0.3.8 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +5 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -135,6 +135,11 @@ console.log("Authorize - check credentials:", credentials);
135
135
  * @return {function} Server instance
136
136
  */
137
137
  if ( config.protocol === 'https' ) {
138
+ /**
139
+ * Set port
140
+ */
141
+ port = 443;
142
+
138
143
  /**
139
144
  * SSL Configurations options
140
145
  * These paths should be provided in your framework's config object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaasvaer/frmwrk",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "My personal Node framework",
5
5
  "main": "index.js",
6
6
  "scripts": {