Skip to content

Commit

Permalink
fix: organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 3, 2023
1 parent bb04269 commit 165e9a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
contact_links:
- name: 💡 Feature Request
url: https://github.com/vercel/pkg/discussions/new
url: https://github.com/yao-pkg/pkg/discussions/new
about: Share ideas for new features
- name: ❓ Question
url: https://github.com/vercel/pkg/discussions/new
url: https://github.com/yao-pkg/pkg/discussions/new
about: General questions
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](https://res.cloudinary.com/zeit-inc/image/upload/v1509936789/repositories/pkg/pkg-repo-banner-new.png)

[![Build Status](https://github.com/vercel/pkg/actions/workflows/ci.yml/badge.svg)](https://github.com/vercel/pkg/actions/workflows/ci.yml)
[![Build Status](https://github.com/yao-pkg/pkg/actions/workflows/ci.yml/badge.svg)](https://github.com/yao-pkg/pkg/actions/workflows/ci.yml)

This command line interface enables you to package your Node.js project into an executable that can be run even on devices without Node.js installed.

Expand Down Expand Up @@ -255,7 +255,7 @@ option to `pkg`. First ensure your computer meets the
requirements to compile original Node.js:
[BUILDING.md](https://github.com/nodejs/node/blob/HEAD/BUILDING.md)

See [pkg-fetch](https://github.com/vercel/pkg-fetch) for more info.
See [pkg-fetch](https://github.com/yao-pkg/pkg-fetch) for more info.

### Compression

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Package your Node.js project into an executable",
"main": "lib-es5/index.js",
"license": "MIT",
"repository": "vercel/pkg",
"repository": "yao-pkg/pkg",
"types": "lib-es5/index.d.ts",
"bin": {
"pkg": "lib-es5/bin.js"
Expand Down

0 comments on commit 165e9a1

Please sign in to comment.