diff --git a/ponyracer/package.json b/ponyracer/package.json index 7b335bf39..697da62e6 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "~0.11.0", - "@angular/cli": "~7.1.0", + "@angular/cli": "~7.1.1", "@angular/compiler-cli": "~7.1.0", "@angular/language-service": "~7.1.0", "@types/node": "~8.9.4", diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json index 6ddb6b293..c740a7b2a 100644 --- a/ponyracer/tslint.json +++ b/ponyracer/tslint.json @@ -1,6 +1,6 @@ { "rulesDirectory": [ - "node_modules/codelyzer" + "codelyzer" ], "rules": { "arrow-return-shorthand": true,