Skip to content

Commit 093995a

Browse files
committed
chore: update package
1 parent 5b4474d commit 093995a

File tree

2 files changed

+7
-108
lines changed

2 files changed

+7
-108
lines changed

CONTRIBUTING.md

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "3.0.9",
3-
"name": "httpsnippet",
2+
"version": "3.0.5",
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/index.js",
99
"types": "dist/index.d.ts",
@@ -41,11 +41,11 @@
4141
"xmlhttprequest"
4242
],
4343
"engines": {
44-
"node": "^14.19.1 || ^16.14.2 || ^18.0.0 || ^20.0.0"
44+
"node": "^14.19.1 || ^16.14.2 || ^18.0.0 "
4545
},
46-
"repository": "Kong/httpsnippet",
46+
"repository": "Hoppscotch/httpsnippet",
4747
"bugs": {
48-
"url": "https://github.com/Kong/httpsnippet/issues"
48+
"url": "https://github.com/Hoppscotch/httpsnippet/issues"
4949
},
5050
"scripts": {
5151
"clean": "tsc --build tsconfig.build.json --clean",

0 commit comments

Comments
 (0)