Comparing version 2.25.0 to 2.25.1
@@ -68,3 +68,3 @@ #! /usr/bin/env node | ||
var path = require('path'); | ||
var jarName = "wiremock-standalone-2.25.0.jar"; | ||
var jarName = "wiremock-standalone-2.25.1.jar"; | ||
var mainClass = "{{MAIN_CLASS}}"; | ||
@@ -71,0 +71,0 @@ var classPath = "{{CLASSPATH}}"; |
@@ -14,5 +14,5 @@ { | ||
"preferGlobal": true, | ||
"version": "2.25.0", | ||
"version": "2.25.1", | ||
"jdeploy": { | ||
"jar": "wiremock-standalone-2.25.0.jar" | ||
"jar": "wiremock-standalone-2.25.1.jar" | ||
}, | ||
@@ -19,0 +19,0 @@ "dependencies": { |
@@ -22,5 +22,4 @@ # Wiremock NPM | ||
It starts a server with [ExpressJS](https://www.npmjs.com/package/expressjs) and delegates to a frontend and an API. Like this: | ||
It starts a server with [ExpressJS](https://www.npmjs.com/package/expressjs) and delegates to a frontend and an API. When running `npm run serve` it will start this setup: | ||
When running `npm run serve` it will start this setup: | ||
``` | ||
@@ -27,0 +26,0 @@ http://localhost:8080/ |
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
12759661
38