You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A good thing, could be to check whether pkg.repository is a string or an object, since the repository key can be written in a shorthand way (just the string).
Hi,
I got a problem when I tested some features of library-starter. Problem is in this line in file tools/gh-page-publish.js:
let repository = url.parse(pkg.repository)
But config file contains a little bit different node:
"repository": { "type": "git", "url": "https://someurlhere.git" }
So maybe we should parse pkg.repository.url? Or i miss something during installation process :(
The text was updated successfully, but these errors were encountered: