Skip to content

Commit 809cae6

Browse files
committed
chore: update package
1 parent 143bb6d commit 809cae6

File tree

2 files changed

+6
-107
lines changed

2 files changed

+6
-107
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"version": "3.0.4",
3-
"name": "httpsnippet",
3+
"name": "@hoppscotch/httpsnippet",
44
"description": "HTTP Request snippet generator for *most* languages",
5-
"author": "Kong <[email protected]>",
6-
"homepage": "https://github.com/Kong/httpsnippet",
5+
"author": "Hoppscotch Team <[email protected]>",
6+
"homepage": "https://github.com/Hoppscotch/httpsnippet",
77
"license": "MIT",
88
"main": "dist/httpsnippet.js",
99
"types": "dist/httpsnippet.d.ts",
@@ -39,11 +39,11 @@
3939
"xmlhttprequest"
4040
],
4141
"engines": {
42-
"node": "^14.19.1 || ^16.14.2 || ^18.0.0 || ^20.0.0"
42+
"node": "^14.19.1 || ^16.14.2 || ^18.0.0 "
4343
},
44-
"repository": "Kong/httpsnippet",
44+
"repository": "Hoppscotch/httpsnippet",
4545
"bugs": {
46-
"url": "https://github.com/Kong/httpsnippet/issues"
46+
"url": "https://github.com/Hoppscotch/httpsnippet/issues"
4747
},
4848
"scripts": {
4949
"clean": "tsc --build tsconfig.build.json --clean",

0 commit comments

Comments
 (0)