Skip to content

Commit a14451b

Browse files
committed
chore(package): update package keywords
1 parent 4a7e500 commit a14451b

File tree

2 files changed

+74
-72
lines changed

2 files changed

+74
-72
lines changed

package-lock.json

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

package.json

+73-71
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,75 @@
11
{
2-
"name": "wdio-ng-apimock-service",
3-
"description": "Webdriverio plugin for ng-apimock",
4-
"version": "2.0.0",
5-
"homepage": "https://github.com/ng-apimock/webdriverio-plugin#readme",
6-
"author": {
7-
"name": "Mischa Dasberg",
8-
"email": "[email protected]"
9-
},
10-
"main": "dist/index.js",
11-
"types": "dist/index.d.ts",
12-
"scripts": {
13-
"precompile": "rm -rf dist",
14-
"compile": "tsc",
15-
"lint": "tslint -p tsconfig.json",
16-
"test": "jasmine-ts --config=jasmine.json",
17-
"prewdio-ci": "node scripts/pre-wdio.js",
18-
"prewdio-local": "node scripts/pre-wdio.js",
19-
"wdio-ci": "wdio test/wdio.ci.conf.js",
20-
"wdio-local": "wdio test/wdio.local.conf.js"
21-
},
22-
"repository": {
23-
"type": "git",
24-
"url": "git+https://github.com/ng-apimock/webdriverio-plugin.git"
25-
},
26-
"bugs": {
27-
"url": "https://github.com/ng-apimock/webdriverio-plugin/issues"
28-
},
29-
"license": "MIT",
30-
"keywords": [
31-
"apimock",
32-
"ng-apimock",
33-
"http",
34-
"api",
35-
"webdriverio",
36-
"plugin"
37-
],
38-
"devDependencies": {
39-
"@ng-apimock/core": "1.0.23",
40-
"@ng-apimock/test-application": "1.0.17",
41-
"@types/chai": "4.2.3",
42-
"@types/cucumber": "4.0.7",
43-
"@types/fs-extra": "8.0.0",
44-
"@types/jasmine": "3.4.4",
45-
"@types/sinon": "7.5.0",
46-
"@types/webdriverio": "5.0.0",
47-
"@wdio/cli": "5.15.0",
48-
"@wdio/cucumber-framework": "5.15.0",
49-
"@wdio/local-runner": "5.15.0",
50-
"@wdio/sauce-service": "5.14.0",
51-
"chai": "4.2.0",
52-
"connect": "3.7.0",
53-
"cucumber": "6.0.2",
54-
"cucumberjs-junitxml": "1.0.0",
55-
"fs-extra": "8.1.0",
56-
"jasmine": "3.5.0",
57-
"jasmine-ts": "0.3.0",
58-
"serve-static": "1.14.1",
59-
"sinon": "7.5.0",
60-
"ts-node": "8.4.1",
61-
"tslint": "5.20.0",
62-
"tslint-eslint-rules": "5.4.0",
63-
"typescript": "3.6.4",
64-
"vrsource-tslint-rules": "6.0.0",
65-
"webdriverio": "5.14.3"
66-
},
67-
"dependencies": {
68-
"@ng-apimock/base-client": "1.0.14"
69-
},
70-
"peerDependencies": {
71-
"webdriverio": "5.x"
72-
}
2+
"name": "wdio-ng-apimock-service",
3+
"description": "Webdriverio plugin for ng-apimock",
4+
"version": "2.0.1",
5+
"homepage": "https://github.com/ng-apimock/webdriverio-plugin#readme",
6+
"author": {
7+
"name": "Mischa Dasberg",
8+
"email": "[email protected]"
9+
},
10+
"main": "dist/index.js",
11+
"types": "dist/index.d.ts",
12+
"scripts": {
13+
"precompile": "rm -rf dist",
14+
"compile": "tsc",
15+
"lint": "tslint -p tsconfig.json",
16+
"test": "jasmine-ts --config=jasmine.json",
17+
"prewdio-ci": "node scripts/pre-wdio.js",
18+
"prewdio-local": "node scripts/pre-wdio.js",
19+
"wdio-ci": "wdio test/wdio.ci.conf.js",
20+
"wdio-local": "wdio test/wdio.local.conf.js"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/ng-apimock/webdriverio-plugin.git"
25+
},
26+
"bugs": {
27+
"url": "https://github.com/ng-apimock/webdriverio-plugin/issues"
28+
},
29+
"license": "MIT",
30+
"keywords": [
31+
"apimock",
32+
"ng-apimock",
33+
"http",
34+
"api",
35+
"webdriverio",
36+
"plugin",
37+
"wdio-plugin",
38+
"wdio-service"
39+
],
40+
"devDependencies": {
41+
"@ng-apimock/core": "1.0.23",
42+
"@ng-apimock/test-application": "1.0.17",
43+
"@types/chai": "4.2.3",
44+
"@types/cucumber": "4.0.7",
45+
"@types/fs-extra": "8.0.0",
46+
"@types/jasmine": "3.4.4",
47+
"@types/sinon": "7.5.0",
48+
"@types/webdriverio": "5.0.0",
49+
"@wdio/cli": "5.15.0",
50+
"@wdio/cucumber-framework": "5.15.0",
51+
"@wdio/local-runner": "5.15.0",
52+
"@wdio/sauce-service": "5.14.0",
53+
"chai": "4.2.0",
54+
"connect": "3.7.0",
55+
"cucumber": "6.0.2",
56+
"cucumberjs-junitxml": "1.0.0",
57+
"fs-extra": "8.1.0",
58+
"jasmine": "3.5.0",
59+
"jasmine-ts": "0.3.0",
60+
"serve-static": "1.14.1",
61+
"sinon": "7.5.0",
62+
"ts-node": "8.4.1",
63+
"tslint": "5.20.0",
64+
"tslint-eslint-rules": "5.4.0",
65+
"typescript": "3.6.4",
66+
"vrsource-tslint-rules": "6.0.0",
67+
"webdriverio": "5.14.3"
68+
},
69+
"dependencies": {
70+
"@ng-apimock/base-client": "1.0.14"
71+
},
72+
"peerDependencies": {
73+
"webdriverio": "5.x"
74+
}
7375
}

0 commit comments

Comments
 (0)