From 24e8a21fb83945aae8fe6d5ae381f563bfaf22cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20L=C3=B8vlie?= Date: Tue, 20 Sep 2016 20:53:34 +0200 Subject: [PATCH] Fix typo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af3b134..1d68a09 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "game", "version": "2.0.0", "description": "A simple template project to quickly get up and running with Phaser.", - "main": "deploay/index.html", + "main": "deploy/index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -16,4 +16,4 @@ "grunt-contrib-watch": "~0.5.3", "grunt-contrib-connect": "~0.6.0" } -} \ No newline at end of file +}