Skip to content

Commit ae17676

Browse files
iarnaFishrock123
authored andcommittedJun 27, 2016

File tree

413 files changed

+12141
-12362
lines changed

Some content is hidden

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

413 files changed

+12141
-12362
lines changed
 

‎deps/npm/.travis.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
language: node_js
22
node_js:
3-
- "6"
3+
# LTS is our most important target
44
- "4"
5+
# next LTS and master is next most important
6+
- "6"
7+
# still in LTS maintenance until fall 2016
8+
# (also still in wide use)
9+
- "0.10"
10+
# will be unsupported as soon as 6 becomes LTS and 7 released
511
- "5"
12+
# technically in LTS / distros, unbeloved
613
- "0.12"
7-
- "0.10"
8-
- "0.8"
914
env:
1015
- DEPLOY_VERSION=testing
1116
before_install:

‎deps/npm/AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -402,3 +402,7 @@ Gianluca Casati <fibo@users.noreply.github.com>
402402
André Herculano <andresilveirah@gmail.com>
403403
Wyatt Preul <wpreul@gmail.com>
404404
Myles Borins <mborins@us.ibm.com>
405+
Elliot Lee <github.public@intelliot.com>
406+
Dmitry Kirilyuk <gk.joker@gmail.com>
407+
Aaron Tribou <aaron.tribou@gmail.com>
408+
Tapani Moilanen <moilanen.tapani@gmail.com>

0 commit comments

Comments
 (0)