From 8779144d41ab1ccfd1d993eda9179366eba60468 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 26 Sep 2014 13:20:25 -0400 Subject: [PATCH] removing missing templates folder property in plugin.json, re: #8 --- plugin.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.json b/plugin.json index 4f0e412..ffd2308 100644 --- a/plugin.json +++ b/plugin.json @@ -8,6 +8,5 @@ { "hook": "filter:user.delete", "method": "deleteUserData" }, { "hook": "filter:auth.init", "method": "getStrategy" } ], - "templates": "./templates", "minver": "0.5.0" }