vendor pretty-print dep
This commit is contained in:
parent
4a6c1020f4
commit
52a80cfb0e
40 changed files with 2766 additions and 6 deletions
11
pretty-print/package.json
Normal file
11
pretty-print/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"doc": "cargo doc --no-deps --all-features",
|
||||
"test": "cargo test --release",
|
||||
"fmt": "cargo fmt --all",
|
||||
"p": "git push && git push --tags --prune",
|
||||
"reset": "git reset Head~ --soft",
|
||||
"u": "cargo upgrade --workspace"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue