Skip to content

package.json has no license field #165

Description

@chonilius

Every Rust crate in this workspace inherits license = "Apache-2.0" from [workspace.package] in Cargo.toml (see the separate already-filed issue about the missing LICENSE file backing that declaration). package.json — covering scripts/deploy.mjs/invoke.mjs's @stellar/stellar-sdk dependency — has no "license" field at all, an inconsistency between how the Rust and JS halves of this repo declare their licensing. Add "license": "Apache-2.0" to package.json for consistency (it's "private": true so this doesn't affect publishing, just metadata accuracy).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationgood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions