lage 2.5.2 → 2.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -17
- package/dist/lage.js +186 -190
- package/dist/lage.js.map +1 -1
- package/dist/workers/targetWorker.js +199 -203
- package/dist/workers/targetWorker.js.map +1 -1
- package/package.json +10 -5
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# lage
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Documentation: https://microsoft.github.io/lage/
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
See the [release notes](https://github.com/microsoft/lage/blob/master/packages/lage/RELEASE.md) for more details of new features!
|
|
6
6
|
|
|
7
7
|
## Overview
|
|
8
8
|
|
|
@@ -51,18 +51,3 @@ $ lage test
|
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
`lage` will detect that you need to run `build` steps before `test`s are run.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
# Contributing
|
|
57
|
-
|
|
58
|
-
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
|
59
|
-
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
|
|
60
|
-
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
|
|
61
|
-
|
|
62
|
-
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
|
|
63
|
-
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
|
|
64
|
-
provided by the bot. You will only need to do this once across all repos using our CLA.
|
|
65
|
-
|
|
66
|
-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
67
|
-
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
|
68
|
-
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|