Skip to content

Commit b32afc7

Browse files
committed
npmpublish workflow file update
1 parent 5b23dea commit b32afc7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030

31-
- name: Auth
31+
- name: Authenticate
3232
run: |
3333
git config --local user.email "action@github.com"
3434
git config --local user.name "GitHub Action"

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"version": "1.22.1",
3-
"name": "httpsnippet",
3+
"name": "@rapidapi/httpsnippet",
44
"description": "HTTP Request snippet generator for *most* languages",
55
"author": "Ahmad Nassri <ahmad@mashape.com> (https://www.mashape.com/)",
66
"homepage": "https://github.com/Mashape/httpsnippet",
77
"license": "MIT",
88
"main": "src/index.js",
99
"bin": "bin/httpsnippet",
10+
"publishConfig": {
11+
"registry": "https://npm.pkg.github.com/"
12+
},
1013
"keywords": [
1114
"api",
1215
"clojure",

0 commit comments

Comments
 (0)