Merge pull request #4 from cerc-io/dboreham/repo-rename
Changes to match repo renaming
This commit is contained in:
commit
733e4a6cc6
@ -1,4 +1,4 @@
|
|||||||
# laconic-client
|
# laconic-sdk
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Follow these steps to run the tests:
|
|||||||
|
|
||||||
- Copy the private key and assign it to variable `PRIVATE_KEY` in the `.env` file.
|
- Copy the private key and assign it to variable `PRIVATE_KEY` in the `.env` file.
|
||||||
|
|
||||||
- Run the tests in laconic-client repo:
|
- Run the tests in laconic-sdk repo:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn test
|
yarn test
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "laconic-client",
|
"name": "laconic-sdk",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"repository": "git@github.com:cerc-io/laconic-client.git",
|
"repository": "git@github.com:cerc-io/laconic-sdk.git",
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user