Skip to content

Commit e8e6520

Browse files
committed
Remove just-scripts-utils and just-task-logger packages
1 parent 6a85735 commit e8e6520

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+158
-2053
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- run: yarn lint
4141

42-
- run: yarn lage build test api
42+
- run: yarn lage build test api --verbose
4343

4444
- name: Check for modified files
4545
uses: ecraig12345/beachball-actions/check-for-modified-files@9b56d6fd4983b949be3313f95846788edb738c9b # v1

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ All the documentation is online at https://microsoft.github.io/just/
2020

2121
See the [contributing instructions](./.github/CONTRIBUTING.md).
2222

23-
## Packages
24-
25-
| Package | Description |
26-
| -------------------- | -------------------------------------------------------------------------------- |
27-
| `just-task` | The task definition library that wraps `undertaker` and `yargs-parser` libraries |
28-
| `just-scripts` | A reusable preset of frequently used tasks in node and browser projects |
29-
| `just-scripts-utils` | A set of utilities for `just-scripts` |
30-
| `just-task-logger` | A shared pretty logger used to display timestamps along with a message |
31-
3223
## Contributing
3324

3425
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. Please refer [Contribution guide](https://github.com/microsoft/just/.github/CONTRIBUTING.md) for more details
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "minor",
5+
"comment": "Merge just-scripts-utils into this package",
6+
"packageName": "just-scripts",
7+
"email": "elcraig@microsoft.com",
8+
"dependentChangeType": "patch"
9+
},
10+
{
11+
"type": "minor",
12+
"comment": "Merge just-task-logger into this package",
13+
"packageName": "just-task",
14+
"email": "elcraig@microsoft.com",
15+
"dependentChangeType": "patch"
16+
}
17+
]
18+
}

packages/just-scripts-utils/.npmignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)