ci-slack-reporter 1.0.7-a4 → 1.0.7-a5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "ci-slack-reporter",
|
3
|
-
"version": "1.0.
|
4
|
-
"description": "",
|
3
|
+
"version": "1.0.7a5",
|
4
|
+
"description": "Mocha/Cypress reporter to post tests results directly to Slack",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
@@ -18,5 +18,6 @@
|
|
18
18
|
"homepage": "https://github.com/devforth/ci-slack-reporter#readme",
|
19
19
|
"dependencies": {
|
20
20
|
"@slack/webhook": "^6.1.0"
|
21
|
-
}
|
21
|
+
},
|
22
|
+
"keywords": ["slack", "mocha reporter", "mocha", "cypress", "", "ci", "woodpeckerci", "docker"]
|
22
23
|
}
|