Open ZaDarkSide opened 7 years ago
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:
{
"napa": {
"datatables.net-plugins": {
"url": "DataTables/Plugins#1.10.13",
"version": "1.10.13"
}
}
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: