Comparing version 0.5.0 to 0.5.1
@@ -0,1 +1,4 @@ | ||
[0.5.1] | ||
* Forgot to update the config builder in util/scaffold.js with the new HTTP config | ||
[0.5.0] | ||
@@ -2,0 +5,0 @@ * BREAKING CHANGE: Secure server support (HTTPS) has been added, resulting in minor changes to the way default hostnames and ports are stored in the config file. See "Configuration" and "HTTPS" in the readme for details. |
{ | ||
"name": "citizen", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A server-side MVC and caching framework for Node.js web applications.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -252,4 +252,4 @@ // Generate files and directories needed for a citizen pattern | ||
name: name + '.json', | ||
contents: '{\n "citizen": {\n "mode": "' + mode + '",\n "httpPort": ' + port + '\n }\n}\n' | ||
contents: '{\n "citizen": {\n "mode": "' + mode + '",\n "http": {\n "port": ' + port + '\n }\n }\n}\n' | ||
}; | ||
} |
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
197114