From f1986b3d8f00d53401cb970789d4c231c143c845 Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Sat, 18 Nov 2023 13:29:49 -0600 Subject: [PATCH] Fix build --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ac76243..19e4fbf 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,12 @@ "name": "sample-tactics", "version": "1.0.0", "description": "", - "main": "index.js", "scripts": { "start": "parcel serve index.html", "build": "parcel build ./index.html --dist-dir ./dist --public-url ./" }, - "author": "", - "license": "ISC", + "author": "eonarheim", + "license": "BSD-2-Clause", "dependencies": { "excalibur": "0.28.1" },