mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 03:15:16 -05:00
Improve project descriptions
This commit is contained in:
parent
7f7a380cac
commit
22362507b9
4 changed files with 6 additions and 6 deletions
|
@ -44,9 +44,9 @@ For details, consult the [Sparo documentation](./apps/sparo/README.md).
|
|||
| Folder | Description |
|
||||
| ------ | -----------|
|
||||
| [/apps/website](./apps/website/) | The Sparo documentation website |
|
||||
| [/build-tests/sparo-output-test](./build-tests/sparo-output-test/) | Building this project tests sparo command outputs |
|
||||
| [/build-tests/sparo-real-repo-test](./build-tests/sparo-real-repo-test/) | Building this project tests sparo in a real repository |
|
||||
| [/build-tests/test-utilities](./build-tests/test-utilities/) | Utilities to do build test |
|
||||
| [/build-tests/sparo-output-test](./build-tests/sparo-output-test/) | Building this project tests Sparo command-line outputs |
|
||||
| [/build-tests/sparo-real-repo-test](./build-tests/sparo-real-repo-test/) | Building this project tests Sparo by cloning a real repository |
|
||||
| [/build-tests/test-utilities](./build-tests/test-utilities/) | Code shared between the build test projects in this repository |
|
||||
<!-- GENERATED PROJECT SUMMARY END -->
|
||||
|
||||
## Contributing
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sparo-output-test",
|
||||
"description": "Building this project tests sparo command outputs",
|
||||
"description": "Building this project tests Sparo command-line outputs",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sparo-real-repo-test",
|
||||
"description": "Building this project tests sparo in a real repository",
|
||||
"description": "Building this project tests Sparo by cloning a real repository",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "build-test-utilities",
|
||||
"description": "Utilities to do build test",
|
||||
"description": "Code shared between the build test projects in this repository",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"main": "lib/index.js",
|
||||
|
|
Loading…
Reference in a new issue