Skip to content

Commit 8f4045c

Browse files
committed
chore(package): release
1 parent 148faf8 commit 8f4045c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ng-apimock/webdriverio-plugin",
33
"description": "Webdriverio plugin for ng-apimock",
4-
"version": "1.0.14",
4+
"version": "1.0.15",
55
"homepage": "https://github.com/ng-apimock/webdriverio-plugin#readme",
66
"author": {
77
"name": "Mischa Dasberg",

test/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ app.use('/items', function (request, response, next) {
1919
}
2020
});
2121
app.listen(9999);
22-
console.log('ng-apimock-angular-test-app is running on port 9900');
22+
console.log('ng-apimock-angular-test-app is running on port 9999');

0 commit comments

Comments
 (0)