angry-pixel 1.2.17 → 2.0.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angry-pixel",
3
- "version": "1.2.17",
3
+ "version": "2.0.0",
4
4
  "description": "Lightweight 2D game engine made with TypeScript.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -11,22 +11,18 @@
11
11
  },
12
12
  "homepage": "https://github.com/angry-pixel-studio/angry-pixel-engine",
13
13
  "keywords": [
14
- "angry pixel",
14
+ "video game engine",
15
15
  "game engine",
16
- "video games",
17
- "engine",
18
16
  "2d engine",
19
17
  "webgl",
20
18
  "canvas",
21
19
  "typescript",
22
- "game development"
20
+ "game development",
21
+ "entity component system"
23
22
  ],
24
23
  "author": "Mauro Cristy <maurocristy@gmail.com>",
25
24
  "license": "MIT",
26
25
  "publishConfig": {
27
26
  "access": "public"
28
- },
29
- "dependencies": {
30
- "@angry-pixel/core": "1.0.9"
31
27
  }
32
28
  }
package/package.dev.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "name": "angry-pixel",
3
- "version": "1.2.17",
4
- "description": "Lightweight 2D game engine made with TypeScript.",
5
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "module": "lib/index.esm.js",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/angry-pixel-studio/angry-pixel-engine.git"
11
- },
12
- "homepage": "https://github.com/angry-pixel-studio/angry-pixel-engine",
13
- "keywords": [
14
- "angry pixel",
15
- "game engine",
16
- "video games",
17
- "engine",
18
- "2d engine",
19
- "webgl",
20
- "canvas",
21
- "typescript",
22
- "game development"
23
- ],
24
- "author": "Mauro Cristy <maurocristy@gmail.com>",
25
- "license": "MIT",
26
- "publishConfig": {
27
- "access": "public"
28
- },
29
- "dependencies": {
30
- "@angry-pixel/core": "file:../../packages/core"
31
- }
32
- }