From 5a50ba53deb3402a8397581b78b597c56b1054de Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Wed, 17 Aug 2016 12:29:21 -0400 Subject: [PATCH] Fixing package.json file path errors --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 91930ee..542d302 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "dependencies": {}, "devDependencies": {}, "license": "(OFL-1.1 AND MIT)", - "main": "./css/keyrune.css", + "main": "css/keyrune.css", "files": [ - "./fonts/*" + "fonts/*" ], "ignore": [ "*/.*",