Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #578 from uPortal-Project/greenkeeper/@commitlint/…
Browse files Browse the repository at this point in the history
…config-angular-4.2.0

Update @commitlint/config-angular to the latest version 🚀
  • Loading branch information
ChristianMurphy committed Oct 16, 2017
2 parents 6d9901e + 7d0a265 commit 7ffec78
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 70 deletions.
3 changes: 2 additions & 1 deletion components/portal/timeout/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ define(['angular'], function(angular) {
.finally(function() {
alert = undefined;
$window.location.replace(MISC_URLS.loginURL);
});
})
.catch($log.error);
}

init();
Expand Down
136 changes: 68 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"homepage": "https://github.com/uPortal-Project/uportal-app-framework",
"devDependencies": {
"@commitlint/cli": "^4.0.0",
"@commitlint/config-angular": "^3.0.4",
"@commitlint/config-angular": "^4.2.0",
"autoprefixer": "^7.1.2",
"commitizen": "^2.9.6",
"concurrently": "^3.1.0",
Expand Down

0 comments on commit 7ffec78

Please sign in to comment.