We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b23dea commit b32afc7Copy full SHA for b32afc7
2 files changed
.github/workflows/npmpublish.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
fetch-depth: 0
30
31
- - name: Auth
+ - name: Authenticate
32
run: |
33
git config --local user.email "action@github.com"
34
git config --local user.name "GitHub Action"
package.json
@@ -1,12 +1,15 @@
1
{
2
"version": "1.22.1",
3
- "name": "httpsnippet",
+ "name": "@rapidapi/httpsnippet",
4
"description": "HTTP Request snippet generator for *most* languages",
5
"author": "Ahmad Nassri <ahmad@mashape.com> (https://www.mashape.com/)",
6
"homepage": "https://github.com/Mashape/httpsnippet",
7
"license": "MIT",
8
"main": "src/index.js",
9
"bin": "bin/httpsnippet",
10
+ "publishConfig": {
11
+ "registry": "https://npm.pkg.github.com/"
12
+ },
13
"keywords": [
14
"api",
15
"clojure",
0 commit comments