@scml/sc2-modloader 1.0.4 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +1 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,3 @@
1
1
  # @scml/sc2-modloader
2
2
 
3
- ## Type definition source
4
-
5
- Type definitions are from the repository:
6
-
7
- - https://github.com/Lyoko-Jeremie/sugarcube-2-ModLoader
8
-
9
- Fetched from the `master` branch by default. Build: `pnpm run download && pnpm run build`.
3
+ See [documentation](https://scml-type.pages.dev/packages/sc2-modloader).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scml/sc2-modloader",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "description": "SugarCube 2 Mod Loader Workspace",
6
6
  "license": "MIT",