Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "restana", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Super fast and minimalist web framework for building REST micro-services.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,3 +35,3 @@ # REST-Ana | ||
service.listen(3000).then((server) => {}); | ||
service.start(3000).then((server) => {}); | ||
@@ -38,0 +38,0 @@ // ... |
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
6445