aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ethereum-types/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ethereum-types/package.json')
-rw-r--r--packages/ethereum-types/package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/ethereum-types/package.json b/packages/ethereum-types/package.json
index 26dd147ed..1630344db 100644
--- a/packages/ethereum-types/package.json
+++ b/packages/ethereum-types/package.json
@@ -1,6 +1,6 @@
{
"name": "ethereum-types",
- "version": "1.0.11",
+ "version": "1.1.2",
"engines": {
"node": ">=6.12"
},
@@ -11,7 +11,7 @@
"build": "tsc -b",
"build:ci": "yarn build",
"clean": "shx rm -rf lib generated_docs",
- "lint": "tslint --project .",
+ "lint": "tslint --format stylish --project .",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES"
},
"config": {
@@ -29,8 +29,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/ethereum-types/README.md",
"devDependencies": {
- "@0xproject/tslint-config": "^1.0.8",
- "copyfiles": "^2.0.0",
+ "@0x/tslint-config": "^1.0.10",
"make-promises-safe": "^1.1.0",
"shx": "^0.2.2",
"tslint": "5.11.0",