diff options
Diffstat (limited to 'contracts')
-rw-r--r-- | contracts/examples/package.json | 1 | ||||
-rw-r--r-- | contracts/extensions/package.json | 1 | ||||
-rw-r--r-- | contracts/libs/package.json | 1 | ||||
-rw-r--r-- | contracts/multisig/package.json | 1 | ||||
-rw-r--r-- | contracts/protocol/package.json | 1 | ||||
-rw-r--r-- | contracts/tokens/package.json | 1 | ||||
-rw-r--r-- | contracts/utils/package.json | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/contracts/examples/package.json b/contracts/examples/package.json index 37b73f98c..a3a79bce3 100644 --- a/contracts/examples/package.json +++ b/contracts/examples/package.json @@ -53,7 +53,6 @@ "mocha": "^4.1.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", - "solc": "^0.4.24", "solhint": "^1.4.1", "tslint": "5.11.0", "typescript": "3.0.1", diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json index aee995645..6f35b2e58 100644 --- a/contracts/extensions/package.json +++ b/contracts/extensions/package.json @@ -65,7 +65,6 @@ "mocha": "^4.1.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", - "solc": "^0.4.24", "solhint": "^1.4.1", "tslint": "5.11.0", "typescript": "3.0.1", diff --git a/contracts/libs/package.json b/contracts/libs/package.json index ce7b97502..6b3a15143 100644 --- a/contracts/libs/package.json +++ b/contracts/libs/package.json @@ -64,7 +64,6 @@ "mocha": "^4.1.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", - "solc": "^0.4.24", "solhint": "^1.4.1", "tslint": "5.11.0", "typescript": "3.0.1", diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json index 2d7b4aa05..b9cf3659f 100644 --- a/contracts/multisig/package.json +++ b/contracts/multisig/package.json @@ -64,7 +64,6 @@ "mocha": "^4.1.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", - "solc": "^0.4.24", "solhint": "^1.4.1", "tslint": "5.11.0", "typescript": "3.0.1", diff --git a/contracts/protocol/package.json b/contracts/protocol/package.json index 891838e54..e10da0946 100644 --- a/contracts/protocol/package.json +++ b/contracts/protocol/package.json @@ -63,7 +63,6 @@ "mocha": "^4.1.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", - "solc": "^0.4.24", "solhint": "^1.4.1", "tslint": "5.11.0", "typescript": "3.0.1", diff --git a/contracts/tokens/package.json b/contracts/tokens/package.json index 79afc4820..fe9438a56 100644 --- a/contracts/tokens/package.json +++ b/contracts/tokens/package.json @@ -64,7 +64,6 @@ "mocha": "^4.1.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", - "solc": "^0.4.24", "solhint": "^1.4.1", "tslint": "5.11.0", "typescript": "3.0.1", diff --git a/contracts/utils/package.json b/contracts/utils/package.json index cf94af0f6..77693f003 100644 --- a/contracts/utils/package.json +++ b/contracts/utils/package.json @@ -65,7 +65,6 @@ "mocha": "^4.1.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", - "solc": "^0.4.24", "solhint": "^1.4.1", "tslint": "5.11.0", "typescript": "3.0.1", |