Skip to content

Commit

Permalink
Name change & version & deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Sep 11, 2024
1 parent df6a59b commit bdf794e
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2021 Exact Realty Limited. All rights reserved.
/* Copyright © 2021 Apeleg Limited. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provided that the above copyright
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright © 2021 Exact Realty Limited. All rights reserved.
/* Copyright © 2021 Apeleg Limited. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provided that the above copyright
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
To install the package, you can use npm or yarn:

```sh
npm install @exact-realty/crypto-oids
npm install @apeleghq/crypto-oids
```

or

```sh
yarn add @exact-realty/crypto-oids
yarn add @apeleghq/crypto-oids
```

### 📚 Usage

```javascript
import {
OID_ANSIX962_SIGNATURES_ECDSAWITHRECOMMENDED,
} from '@exact-realty/crypto-oids';
} from '@apeleghq/crypto-oids';

```

Expand Down
Loading

0 comments on commit bdf794e

Please sign in to comment.