From 51bd80f697514743160d33df754961276eb006b2 Mon Sep 17 00:00:00 2001 From: kts of kettek Date: Sat, 29 Jan 2022 19:41:24 -0800 Subject: [PATCH] Adjust deps --- Engine/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Engine/package.json b/Engine/package.json index 43ea054..4496670 100644 --- a/Engine/package.json +++ b/Engine/package.json @@ -2,7 +2,6 @@ "name": "engine", "version": "1.0.0", "description": "", - "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -14,10 +13,12 @@ "@parcel/transformer-yaml": "^2.2.1", "parcel": "^2.2.1", "parcel-reporter-static-files-copy": "^1.3.4", - "pixi.js": "^6.2.2", - "planck": "^1.0.0-alpha.3", "typescript": "^4.5.5" }, + "dependencies": { + "pixi.js": "^6.2.2", + "planck": "^1.0.0-alpha.3" + }, "staticFiles": { "staticPath": "../Assets", "staticOutPath": "Assets"