Skip to content

Commit 1c3381e

Browse files
smart-exSerg
authored andcommitted
add index.d.ts to package.json, update readme
1 parent 7bded95 commit 1c3381e

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tornado.cash token (TORN) [![Build Status](https://github.com/tornadocash/torn-token/workflows/build/badge.svg)](https://github.com/tornadocash/torn-token/actions) [![npm](https://img.shields.io/npm/v/torn-token)](https://www.npmjs.com/package/torn-token)
22

3-
## Dependencies
3+
## Requirements
44

55
1. node 12
66
2. yarn
@@ -11,3 +11,6 @@
1111
$ yarn
1212
$ yarn test
1313
```
14+
15+
## Licence
16+
MIT

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"name": "torn-token",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"main": "config.js",
55
"repository": "https://github.com/tornadocash/torn-token.git",
66
"author": "Tornadocash team <hello@tornado.cash>",
77
"license": "MIT",
8+
"keywords": [
9+
"web3",
10+
"ethereum",
11+
"solidity"
12+
],
813
"files": [
914
"config.js",
10-
"contracts/*"
15+
"contracts/*",
16+
"index.d.ts"
1117
],
1218
"types": "index.d.ts",
1319
"scripts": {

0 commit comments

Comments
 (0)