Skip to content

Cleanup package manifest #203

Closed
campb303 opened this issue Apr 13, 2021 · 3 comments
Closed

Cleanup package manifest #203

campb303 opened this issue Apr 13, 2021 · 3 comments
Assignees
Labels
documentation Related to the writing documentation or the tools used to generate docs tooling Related to tools and utilities for the management of the project

Comments

@campb303
Copy link
Collaborator

The package manifest currently lists dependencies that are no longer used and separates items into different install groups like general and dev. This should be cleaned up at the end of #191 .

@campb303 campb303 added tooling Related to tools and utilities for the management of the project documentation Related to the writing documentation or the tools used to generate docs labels Apr 13, 2021
@campb303 campb303 self-assigned this Apr 13, 2021
@campb303
Copy link
Collaborator Author

campb303 commented May 5, 2021

Working on this.

@campb303
Copy link
Collaborator Author

campb303 commented May 5, 2021

NPM manages packages with two files:

  • package.json which lists production and development dependencies as well as their version constraints.
  • package-lock which lists example versions of dependencies for reproducible installations.

I've removed the unnecessary dependencies from the package.json file and regenerated the package-lock.json file. Both are soon to be made available in a PR.

@campb303
Copy link
Collaborator Author

campb303 commented May 5, 2021

Changes were made directly to staging. Closing.

@campb303 campb303 closed this as completed May 5, 2021
Sign in to join this conversation on GitHub.
Labels
documentation Related to the writing documentation or the tools used to generate docs tooling Related to tools and utilities for the management of the project
Projects
None yet
Development

No branches or pull requests

1 participant