Skip to content

Commit 6cea734

Browse files
committed
Merge remote-tracking branch 'codemirror/master'
# Conflicts: # package.json
2 parents cac2b80 + b2d7d18 commit 6cea734

File tree

430 files changed

+2918
-1897
lines changed

Some content is hidden

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

430 files changed

+2918
-1897
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/node_modules
22
/npm-debug.log
3+
/package-lock.json
34
/test*.html
45
.tern-*
56
*~

.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
/mode/*/*.html
99
/mode/index.html
1010
.*
11-
bin
11+
/bin/authors.sh
12+
/bin/lint
13+
/bin/release
14+
/bin/upload-release.js

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ language: node_js
22
node_js:
33
- stable
44
sudo: false
5+
cache: npm

AUTHORS

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ List of CodeMirror contributors. Updated before every release.
44
4r2r
55
Aaron Brooks
66
Abdelouahab
7+
Abdussalam Abdurrahman
78
Abe Fettig
9+
Abhishek Gahlot
810
Adam Ahmed
911
Adam King
1012
Adam Particka
@@ -84,7 +86,9 @@ AtomicPages LLC
8486
Atul Bhouraskar
8587
Aurelian Oancea
8688
Axel Lewenhaupt
89+
Baptiste Augrain
8790
Barret Rennie
91+
Bartosz Dziewoński
8892
Basarat Ali Syed
8993
Bastian Müller
9094
belhaj
@@ -154,6 +158,7 @@ coderaiser
154158
Cole R Lawrence
155159
ComFreek
156160
Cristian Prieto
161+
Curran Kelleher
157162
Curtis Gagliardi
158163
dagsta
159164
daines
@@ -163,6 +168,7 @@ Dan Heberden
163168
Daniel, Dao Quang Minh
164169
Daniele Di Sarli
165170
Daniel Faust
171+
Daniel Hanggi
166172
Daniel Huigens
167173
Daniel Kesler
168174
Daniel KJ
@@ -173,12 +179,15 @@ Danila Malyutin
173179
Danny Yoo
174180
darealshinji
175181
Darius Roberts
182+
databricks-david-lewis
176183
Dave Brondsema
184+
Dave MacLachlan
177185
Dave Myers
178186
David Barnett
179187
David H. Bronke
180188
David Mignot
181189
David Pathakjee
190+
David Santana
182191
David Vázquez
183192
David Whittington
184193
deebugger
@@ -188,10 +197,12 @@ Devon Carew
188197
Dick Choi
189198
dignifiedquire
190199
Dimage Sapelkin
200+
dmaclach
191201
Dmitry Kiselyov
192202
domagoj412
193203
Dominator008
194204
Domizio Demichelis
205+
Doug Blank
195206
Doug Wikle
196207
Drew Bratcher
197208
Drew Hintz
@@ -223,6 +234,7 @@ ficristo
223234
Filip Noetzel
224235
Filip Stollár
225236
Filype Pereira
237+
finalfantasia
226238
flack
227239
Florian Felten
228240
ForbesLindesay
@@ -251,7 +263,7 @@ Glenn Jorde
251263
Glenn Ruehle
252264
goldsmcb
253265
Golevka
254-
Google Inc.
266+
Google LLC
255267
Gordon Smith
256268
Grant Skinner
257269
greengiant
@@ -264,6 +276,7 @@ guraga
264276
Gustavo Rodrigues
265277
Hakan Tunc
266278
Hans Engel
279+
Harald Schilly
267280
Hardest
268281
Harshvardhan Gupta
269282
Hasan Karahan
@@ -383,6 +396,7 @@ Kevin Kwok
383396
Kevin Muret
384397
Kevin Sawicki
385398
Kevin Ushey
399+
Kier Darby
386400
Klaus Silveira
387401
Koh Zi Han, Cliff
388402
komakino
@@ -410,6 +424,7 @@ Lior Shub
410424
LloydMilligan
411425
LM
412426
lochel
427+
Lorenzo Simionato
413428
Lorenzo Stoakes
414429
Louis Mauchet
415430
Luca Fabbri
@@ -457,6 +472,7 @@ Matthew Bauer
457472
Matthew Beale
458473
matthewhayes
459474
Matthew Rathbone
475+
Matthew Suozzo
460476
Matthias Bussonnier
461477
Matthias BUSSONNIER
462478
Matt MacPherson
@@ -489,7 +505,9 @@ Michal Kapiczynski
489505
Mighty Guava
490506
Miguel Castillo
491507
mihailik
508+
Mika Andrianarijaona
492509
Mike
510+
Mike Bostock
493511
Mike Brevoort
494512
Mike Diaz
495513
Mike Ivanov
@@ -532,6 +550,7 @@ Niels van Groningen
532550
nightwing
533551
Nikita Beloglazov
534552
Nikita Vasilyev
553+
Nikolaj Kappler
535554
Nikolay Kostov
536555
nilp0inter
537556
Nisarg Jhaveri
@@ -569,6 +588,7 @@ Peter Flynn
569588
peterkroon
570589
Peter Kroon
571590
Philipp A
591+
Philipp Markovics
572592
Philip Stadermann
573593
Pi Delport
574594
Pierre Gerold
@@ -632,6 +652,7 @@ Scott Aikin
632652
Scott Goodhew
633653
Sebastian Wilzbach
634654
Sebastian Zaha
655+
Seren D
635656
Sergey Goder
636657
Sergey Tselovalnikov
637658
Se-Won Kim

0 commit comments

Comments
 (0)