mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Capitalize comment in post-install.js.
Former-commit-id: ea8604f6d044b60378548afea2ca672ac5795244
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
'host': 'api.github.com',
|
'host': 'api.github.com',
|
||||||
'path': '/repos/bestiejs/lodash/git/blobs/' + objectId,
|
'path': '/repos/bestiejs/lodash/git/blobs/' + objectId,
|
||||||
'headers': {
|
'headers': {
|
||||||
// by default, all GitHub blob API endpoints return a JSON document
|
// By default, all GitHub blob API endpoints return a JSON document
|
||||||
// containing Base64-encoded blob data. Overriding the `Accept` header
|
// containing Base64-encoded blob data. Overriding the `Accept` header
|
||||||
// with the GitHub raw media type returns the blob data directly.
|
// with the GitHub raw media type returns the blob data directly.
|
||||||
'Accept': 'application/vnd.github.v3.raw'
|
'Accept': 'application/vnd.github.v3.raw'
|
||||||
|
|||||||
Reference in New Issue
Block a user