We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32afc7 commit d5a20e5Copy full SHA for d5a20e5
.github/workflows/npmpublish.yml
@@ -14,7 +14,7 @@ on:
14
required: true
15
default: "warning"
16
tags:
17
- description: "Test scenario tags"
+ description: "Test scenario tag"
18
19
jobs:
20
publish-package:
package.json
@@ -47,9 +47,9 @@
47
"bin",
48
"src"
49
],
50
- "repository": "Mashape/httpsnippet",
+ "repository": "RapidAPI/httpsnippet",
51
"bugs": {
52
- "url": "https://github.com/Mashape/httpsnippet/issues"
+ "url": "https://github.com/RapidAPI/httpsnippet/issues"
53
},
54
"scripts": {
55
"quick": "mocha --no-timeouts --fgrep 'Request Validation' --invert",
0 commit comments