mirror of
https://github.com/tornadocash/torn-token.git
synced 2024-11-21 17:27:07 +01:00
add index.d.ts to package.json, update readme
This commit is contained in:
parent
7bded95560
commit
1c3381e280
@ -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)
|
# 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
|
1. node 12
|
||||||
2. yarn
|
2. yarn
|
||||||
@ -11,3 +11,6 @@
|
|||||||
$ yarn
|
$ yarn
|
||||||
$ yarn test
|
$ yarn test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Licence
|
||||||
|
MIT
|
||||||
|
10
package.json
10
package.json
@ -1,13 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "torn-token",
|
"name": "torn-token",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"main": "config.js",
|
"main": "config.js",
|
||||||
"repository": "https://github.com/tornadocash/torn-token.git",
|
"repository": "https://github.com/tornadocash/torn-token.git",
|
||||||
"author": "Tornadocash team <hello@tornado.cash>",
|
"author": "Tornadocash team <hello@tornado.cash>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"web3",
|
||||||
|
"ethereum",
|
||||||
|
"solidity"
|
||||||
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"config.js",
|
"config.js",
|
||||||
"contracts/*"
|
"contracts/*",
|
||||||
|
"index.d.ts"
|
||||||
],
|
],
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user