From dac36210dd8ff49bbef9067536424c29ba51a0bd Mon Sep 17 00:00:00 2001 From: sfisherGizmo Date: Thu, 22 Mar 2018 20:49:13 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=AF=20COmposer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ composer.json | 12 +++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1836d524e..dec037092 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,5 @@ temp/ *.codekit *.scssc + +/vendor/ diff --git a/composer.json b/composer.json index 1b56efac6..f92e58881 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,12 @@ { - "name": "squibbleFish/bones", - "description": "Fork of the Bones WP Theme", - "version": "0.0.1", + "name": "squibblefish/bones-theme", + "description": "Bare theme for Wordpress", + "type": "wordpress-theme", + "authors": [ + { + "name": "sfisherGizmo", + "email": "stephen@squibble-fish.com" + } + ], "require": {} }