sfisherGizmo пре 7 година
родитељ
комит
dac36210dd
2 измењених фајлова са 11 додато и 3 уклоњено
  1. 2 0
      .gitignore
  2. 9 3
      composer.json

+ 2 - 0
.gitignore

@@ -56,3 +56,5 @@ temp/
 
 *.codekit
 *.scssc
+
+/vendor/

+ 9 - 3
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": {}
 }