nails-boilerplate 0.12.1 → 0.12.2

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/lib/nails.js +1 -1
  2. package/package.json +1 -1
package/lib/nails.js CHANGED
@@ -121,7 +121,7 @@ function startServer(config) {
121
121
  https.createServer({
122
122
  key: application.config.PRIVATE_KEY,
123
123
  cert: application.config.CERTIFICATE
124
- }, express_app).listen(application.config.SSL_PORT, ip, serverStartedCallback);
124
+ }, express_app).listen(application.config.SSL_PORT, serverStartedCallback);
125
125
  }
126
126
  });
127
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nails-boilerplate",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "A node.js webserver scaffold",
5
5
  "main": "index.js",
6
6
  "bin": {