Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "puremock", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A zero-dependency node mock api server", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -58,3 +58,3 @@ <h1 align="center">Puremock</h1> | ||
}, | ||
"GET /articles/:name" { | ||
"GET /articles/:name": { | ||
"response": { | ||
@@ -61,0 +61,0 @@ "title": "Foobar" |
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
9101