Skip to content

Commit

Permalink
angular/cli dependency is now flexible minor (#385)
Browse files Browse the repository at this point in the history
This will fix the problem in Travis with the angular tests.

Resolves: OKTA-156446
  • Loading branch information
mauriciocastillosilva-okta committed Jan 25, 2018
1 parent e625572 commit f6de0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/angular-app/package.json
Expand Up @@ -27,7 +27,7 @@
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "1.6.3",
"@angular/cli": "^1.6.3",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@types/jasmine": "~2.5.53",
Expand Down

0 comments on commit f6de0b2

Please sign in to comment.