Skip to content

Commit

Permalink
add index.d.ts to package.json, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smart-ex committed Jun 24, 2022
1 parent 7bded95 commit 1c3381e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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)

## Dependencies
## Requirements

1. node 12
2. yarn
Expand All @@ -11,3 +11,6 @@
$ yarn
$ yarn test
```

## Licence
MIT
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"name": "torn-token",
"version": "1.0.7",
"version": "1.0.8",
"main": "config.js",
"repository": "https://github.com/tornadocash/torn-token.git",
"author": "Tornadocash team <[email protected]>",
"license": "MIT",
"keywords": [
"web3",
"ethereum",
"solidity"
],
"files": [
"config.js",
"contracts/*"
"contracts/*",
"index.d.ts"
],
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit 1c3381e

Please sign in to comment.