Merge pull request #4 from cerc-io/dboreham/repo-rename

Changes to match repo renaming
This commit is contained in:
David Boreham 2022-10-12 21:00:54 -06:00 committed by GitHub
commit 733e4a6cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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": {