From 38bacff692f97ce6435fb38c6818712291120f26 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 11 Apr 2014 17:21:33 -0700 Subject: [PATCH] Clean up box.json --- box.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/box.json b/box.json index 3c919a4..b4554d6 100644 --- a/box.json +++ b/box.json @@ -12,21 +12,22 @@ "finder": [ { "name": [ - "LICENSE", "*.php", - "*.json" - ], - "notName": [ - "composer.json" + "*.pem", + "*.pem.md5" ], "exclude": [ "phpunit", "satooshi", - "tests" + "Tests", + "tests", + "yaml" ], - "in": ["compat", "src", "vendor"] - } + "in": "vendor" + } ], - "directories": ["compat", "src/", "vendor/"], + + "directories": ["compat", "src/"], + "git-version": "git-version", "stub": true }