File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
2
2
3
- ## Dependencies
3
+ ## Requirements
4
4
5
5
1 . node 12
6
6
2 . yarn
11
11
$ yarn
12
12
$ yarn test
13
13
```
14
+
15
+ ## Licence
16
+ MIT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " torn-token" ,
3
- "version" : " 1.0.7 " ,
3
+ "version" : " 1.0.8 " ,
4
4
"main" : " config.js" ,
5
5
"repository" : " https://github.com/tornadocash/torn-token.git" ,
6
6
"author" : " Tornadocash team <hello@tornado.cash>" ,
7
7
"license" : " MIT" ,
8
+ "keywords" : [
9
+ " web3" ,
10
+ " ethereum" ,
11
+ " solidity"
12
+ ],
8
13
"files" : [
9
14
" config.js" ,
10
- " contracts/*"
15
+ " contracts/*" ,
16
+ " index.d.ts"
11
17
],
12
18
"types" : " index.d.ts" ,
13
19
"scripts" : {
You can’t perform that action at this time.
0 commit comments