Skip to content

Commit

Permalink
Use the one in bashy-lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Sep 28, 2023
1 parent f8b36b7 commit f9df432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 167 deletions.
7 changes: 4 additions & 3 deletions doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ $

There are also two tools which adjust source files to be in a standardized form:

* `ubik fix-package-json` -- Derives intra-project dependencies from the actual
source files, and updates each module's `package.json` to match. It actually
entirely rewrites the file with project-standard boilerplate and formatting.
* `ubik node-project fix-package-json` -- Derives intra-project dependencies
from the actual source files, and updates each module's `package.json` to
match. It actually entirely rewrites the file with project-standard
boilerplate and formatting.
* `ubik node-project sort-imports` -- Sorts and arranges `import` lines into a
project-standard form.

Expand Down
164 changes: 0 additions & 164 deletions scripts/lib/lactoserv/fix-package-json

This file was deleted.

0 comments on commit f9df432

Please sign in to comment.