Skip to content

Commit

Permalink
fix: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Apr 16, 2021
1 parent d3bdc22 commit 877f4f7
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: pizzafox
patreon: jonahsnider
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
Expand Down
2 changes: 1 addition & 1 deletion docs/how.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# how

> Learn how to use CLI apps.
> More information: <https://github.com/pizzafox/how>.
> More information: <https://github.com/jonahsnider/how>.
- Get typical usages of a command:

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Learn how to use CLI apps.",
"bugs": {
"url": "https://github.com/pizzafox/how/issues"
"url": "https://github.com/jonahsnider/how/issues"
},
"devDependencies": {
"@types/decompress": "4.2.3",
Expand All @@ -25,13 +25,13 @@
"bin": "./tsc_output/index.js",
"license": "Apache-2.0",
"main": "./tsc_output/index.js",
"name": "@pizzafox/how",
"name": "@jonahsnider/how",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pizzafox/how.git"
"url": "git+https://github.com/jonahsnider/how.git"
},
"type": "module",
"scripts": {
Expand All @@ -56,7 +56,7 @@
},
"version": "0.0.0-development",
"dependencies": {
"@pizzafox/util": "2.8.0",
"@jonahsnider/util": "2.9.1",
"convert": "1.8.2",
"decompress": "4.2.1",
"execa": "5.0.0",
Expand Down
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How

[![Build Status](https://github.com/pizzafox/how/workflows/CI/badge.svg)](https://github.com/pizzafox/how/actions)
[![Build Status](https://github.com/jonahsnider/how/workflows/CI/badge.svg)](https://github.com/jonahsnider/how/actions)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)

Learn how to use CLI apps.
Expand All @@ -10,16 +10,16 @@ Learn how to use CLI apps.
Install using your favorite Node.js package manager:

```sh
npm i -g @pizzafox/how
yarn global add @pizzafox/how
pnpm i -g add @pizzafox/how
npm i -g @jonahsnider/how
yarn global add @jonahsnider/how
pnpm i -g add @jonahsnider/how
```

You can also use `npx` when in a pinch, but a global install is preferred:

```sh
npx @pizzafox/how <app>
pnpx @pizzafox/how <app>
npx @jonahsnider/how <app>
pnpx @jonahsnider/how <app>
```

A common-ish CPU & OS as well as a recent version of Node.js (something that can run modules natively) are required to run how.
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
import {Stopwatch} from '@pizzafox/util';
import {Stopwatch} from '@jonahsnider/util';
import {convert} from 'convert';
import execa from 'execa';
import fs from 'fs/promises';
Expand Down
60 changes: 30 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,36 @@ __metadata:
languageName: node
linkType: hard

"@jonahsnider/how@workspace:.":
version: 0.0.0-use.local
resolution: "@jonahsnider/how@workspace:."
dependencies:
"@jonahsnider/util": 2.9.1
"@types/decompress": 4.2.3
"@types/node": 14.14.37
"@types/update-notifier": 5.0.0
convert: 1.8.2
decompress: 4.2.1
execa: 5.0.0
got: 11.8.2
prettier: 2.2.1
prettier-config-xo: 1.0.3
semantic-release: 17.4.2
ts-node: 9.1.1
typescript: 4.2.4
update-notifier: 5.1.0
bin:
how: ./tsc_output/index.js
languageName: unknown
linkType: soft

"@jonahsnider/util@npm:2.9.1":
version: 2.9.1
resolution: "@jonahsnider/util@npm:2.9.1"
checksum: 79191f75a9d0c734be6f75efc7d675e611e2a3aabcdd28d13b6bf07524ecb24bdcbf652c4a45e95ae14b592f58545f61a0e1e0903d6bec2bf5c46c213af9c565
languageName: node
linkType: hard

"@nodelib/fs.scandir@npm:2.1.4":
version: 2.1.4
resolution: "@nodelib/fs.scandir@npm:2.1.4"
Expand Down Expand Up @@ -203,36 +233,6 @@ __metadata:
languageName: node
linkType: hard

"@pizzafox/how@workspace:.":
version: 0.0.0-use.local
resolution: "@pizzafox/how@workspace:."
dependencies:
"@pizzafox/util": 2.8.0
"@types/decompress": 4.2.3
"@types/node": 14.14.37
"@types/update-notifier": 5.0.0
convert: 1.8.2
decompress: 4.2.1
execa: 5.0.0
got: 11.8.2
prettier: 2.2.1
prettier-config-xo: 1.0.3
semantic-release: 17.4.2
ts-node: 9.1.1
typescript: 4.2.4
update-notifier: 5.1.0
bin:
how: ./tsc_output/index.js
languageName: unknown
linkType: soft

"@pizzafox/util@npm:2.8.0":
version: 2.8.0
resolution: "@pizzafox/util@npm:2.8.0"
checksum: 9d7f29e32e67d1fb6a458a80b1717162606154f8596726c98da16ffd208809d1efc8c404d0e66ac5ac49a9fe57ad25b8b0e626a6843d6dcc7a1005d12dda8fbc
languageName: node
linkType: hard

"@semantic-release/commit-analyzer@npm:^8.0.0":
version: 8.0.1
resolution: "@semantic-release/commit-analyzer@npm:8.0.1"
Expand Down

0 comments on commit 877f4f7

Please sign in to comment.