diff --git a/README.md b/README.md index 809bcf7..a1a7bea 100644 --- a/README.md +++ b/README.md @@ -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 @@ -11,3 +11,6 @@ $ yarn $ yarn test ``` + +## Licence +MIT diff --git a/package.json b/package.json index 2bfb688..439184d 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", + "keywords": [ + "web3", + "ethereum", + "solidity" + ], "files": [ "config.js", - "contracts/*" + "contracts/*", + "index.d.ts" ], "types": "index.d.ts", "scripts": {