Add missing comas

This commit is contained in:
Leonid Logvinov 2018-02-05 12:03:13 +01:00
parent f18fa8e947
commit 85b4a82a4b
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
"@0xproject/tslint-config": "^0.4.6",
"shx": "^0.2.2",
"tslint": "5.8.0",
"typescript": "2.7.1"
"typescript": "2.7.1",
"web3-typescript-typings": "^0.9.8"
},
"dependencies": {

View File

@ -26,7 +26,7 @@
"npm-run-all": "^4.1.2",
"shx": "^0.2.2",
"tslint": "5.8.0",
"typescript": "2.7.1"
"typescript": "2.7.1",
"web3-typescript-typings": "^0.9.8"
},
"dependencies": {