Fixing package.json file path errors

This commit is contained in:
Andrew Gioia 2016-08-17 12:29:21 -04:00
parent eda656f408
commit 5a50ba53de
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@
"dependencies": {},
"devDependencies": {},
"license": "(OFL-1.1 AND MIT)",
"main": "./css/keyrune.css",
"main": "css/keyrune.css",
"files": [
"./fonts/*"
"fonts/*"
],
"ignore": [
"*/.*",