impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
26 stars 3 forks source link

Root `package.json` requires a name prop #316

Closed maiertech closed 3 months ago

maiertech commented 3 months ago

Description

When there is no name prop in the root package.json, npm i sets the directory name as name prop in package-lock.json. When using git worktree, you work with different branches in different directories, e.g., directory identity-wallet-review.

But then npm i sets the name tag in package-lock.json to identity-wallet-review, which creates an unwanted change in every work tree.

This can be fixed by setting the name prop in the root package.json.

Motivation

No response

Resources

No response

To-do List

n/a