Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 31aa597

Browse files
committed
feat: place package in npm org
1 parent 6872540 commit 31aa597

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ A set of CLI utilities for converting hex numbers to other bases and vise-versa
55
## Install
66

77
```sh
8-
npm i -g decimaltohex
9-
npm i -g binarytohex
10-
npm i -g hextodecimal
11-
npm i -g hextobinary
8+
npm i -g @oceanbit/decimaltohex
9+
npm i -g @oceanbit/binarytohex
10+
npm i -g @oceanbit/hextodecimal
11+
npm i -g @oceanbit/hextobinary
1212
```
1313

1414
## Use

packages/binarytohex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A CLI utility for converting decimal numbers to hex
55
## Install
66

77
```sh
8-
npm i -g decimaltohex
8+
npm i -g @oceanbit/decimaltohex
99
```
1010

1111
## Use

packages/binarytohex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "binarytohex",
2+
"name": "@oceanbit/binarytohex",
33
"version": "1.0.0",
44
"description": "Convert a binary number to HEX easily",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/crutchcorn/hexhelpers.git",
8+
"url": "https://github.com/oceanbit/hexhelpers.git",
99
"directory": "packages/decimaltohex"
1010
},
1111
"keywords": [

packages/decimaltohex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A CLI utility for converting decimal numbers to hex
55
## Install
66

77
```sh
8-
npm i -g decimaltohex
8+
npm i -g @oceanbit/decimaltohex
99
```
1010

1111
## Use

packages/decimaltohex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "decimaltohex",
2+
"name": "@oceanbit/decimaltohex",
33
"version": "1.0.0",
44
"description": "Convert a decimal number to HEX easily",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/crutchcorn/hexhelpers.git",
8+
"url": "https://github.com/oceanbit/hexhelpers.git",
99
"directory": "packages/decimaltohex"
1010
},
1111
"keywords": [

packages/hextobinary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A CLI utility for converting hex numbers to binary
55
## Install
66

77
```sh
8-
npm i -g hextobinary
8+
npm i -g @oceanbit/hextobinary
99
```
1010

1111
## Use

packages/hextobinary/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "hextobinary",
2+
"name": "@oceanbit/hextobinary",
33
"version": "1.0.0",
44
"description": "Convert a HEX number to binary easily",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/crutchcorn/hexhelpers.git",
8+
"url": "https://github.com/oceanbit/hexhelpers.git",
99
"directory": "packages/hextodecimal"
1010
},
1111
"keywords": [

packages/hextodecimal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A CLI utility for converting hex numbers to decimal
55
## Install
66

77
```sh
8-
npm i -g hextodecimal
8+
npm i -g @oceanbit/hextodecimal
99
```
1010

1111
## Use

packages/hextodecimal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "hextodecimal",
2+
"name": "@oceanbit/hextodecimal",
33
"version": "1.0.0",
44
"description": "Convert a HEX number to decimal easily",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/crutchcorn/hexhelpers.git",
8+
"url": "https://github.com/oceanbit/hexhelpers.git",
99
"directory": "packages/hextodecimal"
1010
},
1111
"keywords": [

0 commit comments

Comments
 (0)