Skip to content

Commit

Permalink
chore: 🤖 add 1.8 support message to package.json
Browse files Browse the repository at this point in the history
Closes: #7091
  • Loading branch information
Portugal committed Sep 26, 2020
1 parent 7fa8556 commit 25d8b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You can use [jsdelivr.com](https://www.jsdelivr.com)'s cdn url to access the fil
# Angular Compatibility
UI-Grid is currently compatible with Angular versions ranging from 1.4.x to 1.7.x.
UI-Grid is currently compatible with Angular versions ranging from 1.4.x to 1.8.x.
# Feature Stability
Expand Down
2 changes: 1 addition & 1 deletion lib/grunt/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ module.exports = function(grunt) {
'main': bwr.main,
'ignore': [],
'dependencies': {
'angular': '>=1.4.0 1.7.x'
'angular': '>=1.4.0 1.8.x'
},
'repository': pkg.repository,
'homepage': 'http://ui-grid.info',
Expand Down

0 comments on commit 25d8b36

Please sign in to comment.