Skip to content

Commit

Permalink
Update dependencies and appveyor (#2474)
Browse files Browse the repository at this point in the history
* Test appveyor with node12 too

* Update dependencies
  • Loading branch information
rejas authored Oct 5, 2019
1 parent e0413ee commit c2a9465
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 340 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ environment:
matrix:
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
2 changes: 1 addition & 1 deletion feature-detects/css/borderimage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"property": "borderimage",
"caniuse": "border-image",
"polyfills": ["css3pie"],
"knownBugs": ["Android < 2.0 is true, but has a broken implementation"],
"knownBugs": ["Android < 2.0 is true, but has a broken implementation"],
"tags": ["css"]
}
!*/
Expand Down
Loading

0 comments on commit c2a9465

Please sign in to comment.