Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "restana", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Super fast and minimalist web framework for building REST micro-services.", | ||
@@ -41,4 +41,6 @@ "main": "index.js", | ||
"mocha": "3.x.x", | ||
"supertest": "3.x.x" | ||
"morgan": "1.x.x", | ||
"supertest": "3.x.x", | ||
"winston": "2.x.x" | ||
} | ||
} |
@@ -57,3 +57,3 @@ # REST-Ana | ||
} | ||
res.send(); // 200 is the defacult response code | ||
res.send(); // 200 is the default response code | ||
}); | ||
@@ -60,0 +60,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
10211
5