Skip to content

Commit e42b7cc

Browse files
committedJun 11, 2024
Initial commit
1 parent 2f6a45e commit e42b7cc

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# isomorphic-lib-template Changelog
1+
# wallet-export-ts Changelog
22

33
## 1.0.0 - TBD
44

‎README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Example Isomorphic TS/JS Lib Template _(@interop/isomorphic-lib-template)_
1+
# Example Isomorphic TS/JS Lib Template _(@interop/wallet-export-ts)_
22

3-
[![Build status](https://img.shields.io/github/actions/workflow/status/interop-alliance/isomorphic-lib-template/main.yml?branch=main)](https://github.com/interop-alliance/isomorphic-lib-template/actions?query=workflow%3A%22Node.js+CI%22)
4-
[![NPM Version](https://img.shields.io/npm/v/@interop/isomorphic-lib-template.svg)](https://npm.im/@interop/isomorphic-lib-template)
3+
[![Build status](https://img.shields.io/github/actions/workflow/status/interop-alliance/wallet-export-ts/main.yml?branch=main)](https://github.com/interop-alliance/wallet-export-ts/actions?query=workflow%3A%22Node.js+CI%22)
4+
[![NPM Version](https://img.shields.io/npm/v/@interop/wallet-export-ts.svg)](https://npm.im/@interop/wallet-export-ts)
55

6-
> A Typescript/Javascript isomorphic library template, for use in the browser, Node.js, and React Native.
6+
> A Javascript/Typescript library for exporting Universal Wallet Backup Containers.
77
88
## Table of Contents
99

@@ -31,16 +31,16 @@ TBD
3131
To install via NPM:
3232

3333
```
34-
npm install @interop/isomorphic-lib-template
34+
npm install @interop/wallet-export-ts
3535
```
3636

3737
### Development
3838

3939
To install locally (for development):
4040

4141
```
42-
git clone https://github.com/interop-alliance/isomorphic-lib-template.git
43-
cd isomorphic-lib-template
42+
git clone https://github.com/interop-alliance/wallet-export-ts.git
43+
cd wallet-export-ts
4444
npm install
4545
```
4646

@@ -57,4 +57,4 @@ If editing the Readme, please conform to the
5757

5858
## License
5959

60-
[MIT License](LICENSE.md) © 2021 Interop Alliance and Dmitri Zagidulin.
60+
[MIT License](LICENSE.md) © 2024 Interop Alliance and Dmitri Zagidulin.

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@interop/isomorphic-lib-template",
3-
"description": "A Typescript/Javascript isomorphic library template, for use in the browser, Node.js, and React Native.",
2+
"name": "@interop/wallet-export-ts",
3+
"description": "A Javascript/Typescript library for exporting Universal Wallet Backup Containers.",
44
"version": "0.0.1",
55
"scripts": {
66
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
@@ -101,8 +101,8 @@
101101
"license": "MIT",
102102
"repository": {
103103
"type": "git",
104-
"url": "https://github.com/interop-alliance/isomorphic-lib-template"
104+
"url": "https://github.com/interop-alliance/wallet-export-ts"
105105
},
106-
"homepage": "https://github.com/interop-alliance/isomorphic-lib-template",
107-
"bugs": "https://github.com/interop-alliance/isomorphic-lib-template/issues"
106+
"homepage": "https://github.com/interop-alliance/wallet-export-ts",
107+
"bugs": "https://github.com/interop-alliance/wallet-export-ts/issues"
108108
}

0 commit comments

Comments
 (0)