zimjs 11.4.1 → 12.1.0
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/package.json +1 -1
- package/zim.js +3 -3
- package/scripts/box2d.js +0 -445
- package/scripts/physics_2.1.js +0 -765
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zimjs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.1.0",
|
|
4
4
|
"description": "ZIM at https://zimjs.com is a JavaScript Canvas Framework that provides conveniences, components and controls powered by CreateJS. ZIM is great for making art, games, puzzles, e-learning apps, etc. The Framework is creative, colorful, concise, consistent and complete - with super docs and examples - great for learners right on up to professionals.",
|
|
5
5
|
"main": "zim.js",
|
|
6
6
|
"scripts": {
|