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
|
||||
|
||||
@ -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.
|
||||
|
||||
- Run the tests in laconic-client repo:
|
||||
- Run the tests in laconic-sdk repo:
|
||||
|
||||
```bash
|
||||
yarn test
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "laconic-client",
|
||||
"name": "laconic-sdk",
|
||||
"version": "0.1.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"repository": "git@github.com:cerc-io/laconic-client.git",
|
||||
"repository": "git@github.com:cerc-io/laconic-sdk.git",
|
||||
"author": "",
|
||||
"license": "UNLICENSED",
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user