Skip to content

Commit 79ef3e0

Browse files
committed
updates
1 parent 80a6026 commit 79ef3e0

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.log
22
node_modules
33
coverage*
4+
.npmrc

package.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"version": "2.0.16",
3-
"name": "@rapidapi/httpsnippet",
3+
"name": "@pongstr/httpsnippet",
44
"description": "HTTP Request snippet generator for *most* languages",
55
"author": "Ahmad Nassri <[email protected]> (https://www.mashape.com/)",
66
"homepage": "https://github.com/Mashape/httpsnippet",
77
"license": "MIT",
88
"browser": "dist/httpsnippet.js",
9-
"bin": "bin/httpsnippet",
10-
"publishConfig": {
11-
"registry": "https://npm.pkg.github.com/"
9+
"bin": {
10+
"httpsnippet": "bin/httpsnippet"
1211
},
1312
"keywords": [
1413
"api",
@@ -47,9 +46,12 @@
4746
"bin",
4847
"src"
4948
],
50-
"repository": "RapidAPI/httpsnippet",
49+
"repository": {
50+
"type": "git",
51+
"url": "git+https://github.com/pongstr/httpsnippet.git"
52+
},
5153
"bugs": {
52-
"url": "https://github.com/RapidAPI/httpsnippet/issues"
54+
"url": "https://github.com/pongstr/httpsnippet/issues"
5355
},
5456
"scripts": {
5557
"quick": "mocha --no-timeouts --fgrep 'Request Validation' --invert",
@@ -96,5 +98,9 @@
9698
"lodash": "^4.17.15",
9799
"pinkie-promise": "^2.0.0",
98100
"stringify-object": "^3.3.0"
101+
},
102+
"main": "dist/httpsnippet.js",
103+
"directories": {
104+
"test": "test"
99105
}
100106
}

0 commit comments

Comments
 (0)