Skip to content

Commit 3c5c91e

Browse files
committed
Name change & version & deps update
1 parent fb393c2 commit 3c5c91e

File tree

8 files changed

+304
-232
lines changed

8 files changed

+304
-232
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright © 2021 Exact Realty Limited. All rights reserved.
1+
/* Copyright © 2021 Apeleg Limited. All rights reserved.
22
*
33
* Permission to use, copy, modify, and distribute this software for any purpose
44
* with or without fee is hereby granted, provided that the above copyright

.prettierrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright © 2021 Exact Realty Limited. All rights reserved.
1+
/* Copyright © 2021 Apeleg Limited. All rights reserved.
22
*
33
* Permission to use, copy, modify, and distribute this software for any purpose
44
* with or without fee is hereby granted, provided that the above copyright

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
To install the package, you can use npm or yarn:
2727

2828
```sh
29-
npm install @exact-realty/cose-algorithms
29+
npm install @apeleghq/cose-algorithms
3030
```
3131

3232
or
3333

3434
```sh
35-
yarn add @exact-realty/cose-algorithms
35+
yarn add @apeleghq/cose-algorithms
3636
```
3737

3838
### 📚 Usage
3939

4040
#### Decrypting Data
4141

4242
```javascript
43-
import { encodings, decrypt } from '@exact-realty/cose-algorithms';
43+
import { encodings, decrypt } from '@apeleghq/cose-algorithms';
4444

4545
```
4646

0 commit comments

Comments
 (0)