@minecraft/core-build-tasks 1.0.0 → 1.0.1
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Core Build Tasks
|
|
2
2
|
|
|
3
|
-
This package contains common build tasks used
|
|
3
|
+
This package contains common build tasks used within the minecraft-scripting-libraries build, but can be used in other repositories as well. If a task is used by `just` in multiple packages, it is moved into this package to reduce duplication.
|
|
4
4
|
|
|
5
5
|
This subdirectory only runs the `build` step, and more specifically, only runs `tsc` today since this package itself defines build tasks, so it must be kept lightweight.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/core-build-tasks",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Common build tasks
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Common build tasks used for minecraft-scripting-libraries",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
7
7
|
"author": "Raphael Landaverde (rlanda@microsoft.com)",
|