Skip to content

Commit 3eb4f4e

Browse files
committed
Support for Node 8.2.1
1 parent 6a438d6 commit 3eb4f4e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+35
-40
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "0.12"
5-
- "0.10"
4+
- "8"
65

76
install:
87
- sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

README.md

Lines changed: 8 additions & 8 deletions

lib/edge.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ var fs = require('fs')
44
, edge;
55

66
var versionMap = [
7-
[ /^4\./, '4.1.1' ],
8-
[ /^5\./, '5.1.0' ],
9-
[ /^6\./, '6.4.0' ],
10-
[ /^7\./, '7.10.0' ],
7+
[ /^6\./, '6.11.2' ],
8+
[ /^7\./, '7.10.1' ],
9+
[ /^8\./, '8.2.1' ],
1110
];
1211

1312
function determineVersion() {

lib/native/win32/ia32/4.1.1/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
-238 KB
Binary file not shown.
-229 KB
Binary file not shown.
-97.5 KB
Binary file not shown.
-261 KB
Binary file not shown.
-81.8 KB
Binary file not shown.

lib/native/win32/ia32/5.1.0/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)