Skip to content

Commit 9782abb

Browse files
committed
updated package.json
1 parent a15b18c commit 9782abb

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
lockfile-version=3
2+
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
3+
@zuplo:registry=https://npm.pkg.github.com

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@readme/httpsnippet",
2+
"name": "@zuplo/httpsnippet",
33
"version": "7.1.2",
44
"description": "HTTP Request snippet generator for *most* languages",
5-
"homepage": "https://github.com/readmeio/httpsnippet",
5+
"homepage": "https://github.com/zuplo/httpsnippet",
66
"license": "MIT",
77
"sideEffects": false,
88
"type": "module",
@@ -66,7 +66,7 @@
6666
],
6767
"repository": {
6868
"type": "git",
69-
"url": "https://github.com/readmeio/httpsnippet.git"
69+
"url": "https://github.com/zuplo/httpsnippet.git"
7070
},
7171
"scripts": {
7272
"build": "tsup",

0 commit comments

Comments
 (0)