@cocreate/nginx
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,8 @@ | ||
## [1.1.1](https://github.com/CoCreate-app/CoCreate-nginx/compare/v1.1.0...v1.1.1) (2023-12-31) | ||
### Bug Fixes | ||
* removed createServer test ([d1eae5c](https://github.com/CoCreate-app/CoCreate-nginx/commit/d1eae5cedf02dabd5e4da620866d6999f8be8fbd)) | ||
# [1.1.0](https://github.com/CoCreate-app/CoCreate-nginx/compare/v1.0.0...v1.1.0) (2023-12-31) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/nginx", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "An intergration with Nginx and CoCreateJS.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -153,3 +153,2 @@ const util = require('node:util'); | ||
console.log('Nginx installed successfully'); | ||
createServer('cocreate.site') | ||
@@ -156,0 +155,0 @@ } catch (error) { |
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
43180
288