From ff5db0d1cb0daaa032bf467830665ec98b4cbfed Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 29 May 2017 11:41:09 +0200 Subject: Fix lint command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index d83c1d095..5ed9354cd 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "build:bundle": "webpack", "build:commonjs": "tsc; copyfiles -u 2 ./src/artifacts/*.json ../0x.js/lib/src/artifacts;", "build": "npm run clean && run-p build:*", - "lint": "tslint src/ts/**/*", + "lint": "tslint src/**/*", "test": "run-s clean build:commonjs && mocha lib/test/**/*_test.js", "test:coverage": "nyc npm run test --all", "docs:json": "typedoc --json docs/index.json .", -- cgit v1.2.3