Skip to content

Commit

Permalink
ci: fix ie9/10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jan 17, 2020
1 parent 64580f3 commit 6c8d2e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .airtap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ browsers:
version: 9..latest
- name: microsoftedge
version: 13..latest
browserify:
# IE 9/10 compatibility
- require: 'buffer/'
expose: 'buffer'
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"devDependencies": {
"airtap": "^3.0.0",
"buffer": "^4.9.2",
"isarray": "^2.0.2",
"tape": "^4.8.0"
},
Expand Down

0 comments on commit 6c8d2e4

Please sign in to comment.