mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Correct href value in post-install.js.
Former-commit-id: 63b220d6dfecad7c1ebb5079efef603145e97392
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
'host': host,
|
'host': host,
|
||||||
'href': host + origin + pathname,
|
'href': origin + pathname,
|
||||||
'origin': origin,
|
'origin': origin,
|
||||||
'pathname': pathname
|
'pathname': pathname
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user