From 75b07819695d35992a1c151aa8c768bbc3c2d484 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 16 Oct 2018 13:25:26 +0100 Subject: fix(sol-cov): make @types/solidity-parser-antlr a 'dependency' so it's available to users of the library --- packages/sol-cov/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json index 3c8d2cf73..e093aa2ad 100644 --- a/packages/sol-cov/package.json +++ b/packages/sol-cov/package.json @@ -48,6 +48,7 @@ "@0xproject/typescript-typings": "^3.0.2", "@0xproject/utils": "^2.0.2", "@0xproject/web3-wrapper": "^3.0.3", + "@types/solidity-parser-antlr": "^0.2.0", "ethereum-types": "^1.0.11", "ethereumjs-util": "^5.1.1", "glob": "^7.1.2", @@ -67,7 +68,6 @@ "@types/mocha": "^2.2.42", "@types/node": "*", "@types/rimraf": "^2.0.2", - "@types/solidity-parser-antlr": "^0.2.0", "chai": "^4.0.1", "copyfiles": "^2.0.0", "dirty-chai": "^2.0.1", -- cgit v1.2.3