Empty version specifiers in package.json #740
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#740
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Please replace empty version specifiers like
"mocha":""
at least with asterisks"*"
. Npm always checks for newer version on-line onnpm install
in empty case, even if the package is already innode_modules
. Also it shows the package as invalid onnpm list
. All this is not an issue with asterisk.Please do this in sub packages too. Thank you.
@the-spyke js-xlsx 0.10.9 has properly pinned dependencies and devDependencies. We updated the tree so it should work properly now. Please test and let us know if there are any issues
@SheetJSDev Looks like
frac@1.0.6
package still has empty version specifiers. Other packages are good. Thanks.@SheetJSDev All looks fine now. Thank you.
@the-spyke we bumped the minor version number because we also changed a build step for the dist files -- all of the require statements were stripped out, as they were confusing webpack when trying to bundle the minified files. The node and standard webpack usage should not have been changed.
Yeah, works good. Thank you.