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
It's a complex problem because napa can download just anything and make a package out of it. I think we should not parse URL and add separate version field instead. Like this:
The default version for generated package.json is defined in file lib/pkg.js:
has
version: '0.0.0'
It should read the version from the tag/release I have chosen in my package.json:
The text was updated successfully, but these errors were encountered: