wesaynih / infrastructure

© 2016 The Knights Who Say NIH — Do NOT fork this repository without permission.
http://frameless.io/
Other
0 stars 1 forks source link

Name of contributor in `package.json` should be an array #51

Closed Robbert closed 8 years ago

Robbert commented 8 years ago

highlight.js has two AUTHORS.txt files:

package.json probably only allows one name:

"contributors": {
  "name": "Robbert Broersma"
}

Maybe it is feasible to allow listing your name in the preferred script, and add the preferred transliteration too:

"contributors": {
  "name": [
    "Robbert Broersma",
    "Роберт Броерсма"
  ]
}