Problem
JavaScript/Node.js files (package.json and package-lock.json) were accidentally committed to the repository root. This is a Rust project and these files serve no purpose.
package.json: 1 line of empty JSON
package-lock.json: 6 lines
These will confuse consumers into thinking there's a Node package here.
Action Required
Remove these files from the repository.
Priority
Critical - Should be removed before merging.
Created from PR review: #35 (comment)
Problem
JavaScript/Node.js files (
package.jsonandpackage-lock.json) were accidentally committed to the repository root. This is a Rust project and these files serve no purpose.package.json: 1 line of empty JSONpackage-lock.json: 6 linesThese will confuse consumers into thinking there's a Node package here.
Action Required
Remove these files from the repository.
Priority
Critical - Should be removed before merging.
Created from PR review: #35 (comment)