From 33529cb9fe9d1208a39a2708049416ee178cb48f Mon Sep 17 00:00:00 2001 From: jcwimer Date: Thu, 18 Feb 2016 12:51:22 +0000 Subject: [PATCH] Added description and author --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 2d7f4c0..f70fe33 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,9 +1,9 @@ { "name": "frontend", - "description": "An HTML/JS/CSS app", + "description": "Frontend for wrestlingdev", "version": "0.0.1", "private": true, - "author": "John Doe", + "author": "Jacob Cody Wimer", "devDependencies": { "lineman": "~0.36.6" },