Update tslint rules for assert and json-schemas

This commit is contained in:
Brandon Millman
2017-11-14 12:56:22 -05:00
parent 9bb5e6f5ce
commit bb6631c7c6
4 changed files with 9 additions and 8 deletions

View File

@@ -49,6 +49,7 @@
"node": ">=6.0.0"
},
"devDependencies": {
"@0xproject/tslint-config": "0.0.2",
"@types/jsonschema": "^1.1.1",
"@types/lodash": "^4.14.64",
"@types/mocha": "^2.2.41",
@@ -76,14 +77,14 @@
"sinon": "^4.0.0",
"source-map-support": "^0.5.0",
"truffle-hdwallet-provider": "^0.0.3",
"tslint": "5.8.0",
"typedoc": "~0.8.0",
"types-bn": "^0.0.1",
"types-ethereumjs-util": "0xProject/types-ethereumjs-util",
"typescript": "~2.6.1",
"web3-provider-engine": "^13.0.1",
"web3-typescript-typings": "^0.7.1",
"webpack": "^3.1.0",
"@0xproject/tslint-config": "0.0.2"
"webpack": "^3.1.0"
},
"dependencies": {
"@0xproject/assert": "0.0.3",
@@ -99,7 +100,6 @@
"js-sha3": "^0.6.1",
"lodash": "^4.17.4",
"publish-release": "^1.3.3",
"tslint": "5.8.0",
"uuid": "^3.1.0",
"web3": "^0.20.0"
}