Skip to content

Commit 4a63c5e

Browse files
Portugalmportuga
authored andcommitted
chore: 🤖 add 1.8 support message to package.json
Closes: #7091
1 parent 7fa8556 commit 4a63c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can use [jsdelivr.com](https://www.jsdelivr.com)'s cdn url to access the fil
5151
5252
# Angular Compatibility
5353
54-
UI-Grid is currently compatible with Angular versions ranging from 1.4.x to 1.7.x.
54+
UI-Grid is currently compatible with Angular versions ranging from 1.4.x to 1.8.x.
5555
5656
# Feature Stability
5757

‎lib/grunt/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ module.exports = function(grunt) {
329329
'main': bwr.main,
330330
'ignore': [],
331331
'dependencies': {
332-
'angular': '>=1.4.0 1.7.x'
332+
'angular': '>=1.4.0 1.8.x'
333333
},
334334
'repository': pkg.repository,
335335
'homepage': 'http://ui-grid.info',

0 commit comments

Comments
 (0)