@woosh/meep-engine 2.138.11 β 2.138.12
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 +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Meep is a battle-tested JavaScript game engine designed for scale. Built over 10
|
|
|
5
5
|
|
|
6
6
|
It is designed for engineers who want full control, offering performance that rivals native code on the web.
|
|
7
7
|
|
|
8
|
-
[
|
|
8
|
+
[πΉοΈExamples](https://meep.company-named.com/examples/) | [π Documentation](https://meep.company-named.com/docs/getting-started/) | [π Quick Start Template](http://gitlab.company-named.com/travnik/dream-engine-template)
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"description": "Pure JavaScript game engine. Fully featured and production ready.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Alexander Goldring",
|
|
8
|
-
"version": "2.138.
|
|
8
|
+
"version": "2.138.12",
|
|
9
9
|
"main": "build/meep.module.js",
|
|
10
10
|
"module": "build/meep.module.js",
|
|
11
11
|
"exports": {
|