kippy 0.6.2 → 0.6.3
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kippy",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Kippy 2D web game engine for JS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"kippy",
|
|
@@ -43,5 +43,6 @@
|
|
|
43
43
|
"index.js",
|
|
44
44
|
"LICENSE",
|
|
45
45
|
"README.md"
|
|
46
|
-
]
|
|
46
|
+
],
|
|
47
|
+
"types": "dist/types/index.d.ts"
|
|
47
48
|
}
|