Skip to content

Commit

Permalink
Support node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
itsikcircle committed Feb 6, 2024
1 parent 96e8418 commit afd588b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "3.0.1",
"version": "3.0.2",
"name": "@itsikm/httpsnippet",
"description": "HTTP Request snippet generator for *most* languages",
"author": "Kong <[email protected]>",
"author": "Kong <[email protected]>, Itsik <[email protected]>",
"homepage": "https://github.com/itsikcircle/httpsnippet",
"license": "MIT",
"main": "dist/httpsnippet.js",
Expand Down Expand Up @@ -45,10 +45,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kong/httpsnippet.git"
"url": "git+https://github.com/itsikcircle/httpsnippet.git"
},
"bugs": {
"url": "https://github.com/Kong/httpsnippet/issues"
"url": "https://github.com/itsikcircle/httpsnippet/issues"
},
"scripts": {
"clean": "tsc --build tsconfig.build.json --clean",
Expand Down

0 comments on commit afd588b

Please sign in to comment.