diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 31c92f8cc..5fd5beca4 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -16,7 +16,8 @@ | |||
16 | "tsc": "tsc", | 16 | "tsc": "tsc", |
17 | "tsc:w": "tsc -w", | 17 | "tsc:w": "tsc -w", |
18 | "typings": "typings", | 18 | "typings": "typings", |
19 | "postinstall": "typings install" | 19 | "postinstall": "typings install", |
20 | "test": "tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts" | ||
20 | }, | 21 | }, |
21 | "license": "ISC", | 22 | "license": "ISC", |
22 | "dependencies": { | 23 | "dependencies": { |
@@ -34,6 +35,8 @@ | |||
34 | "zone.js": "0.5.15" | 35 | "zone.js": "0.5.15" |
35 | }, | 36 | }, |
36 | "devDependencies": { | 37 | "devDependencies": { |
38 | "codelyzer": "0.0.12", | ||
39 | "tslint": "^3.7.1", | ||
37 | "typescript": "^1.8.2", | 40 | "typescript": "^1.8.2", |
38 | "typings": "^0.6.8" | 41 | "typings": "^0.6.8" |
39 | } | 42 | } |