removing missing templates folder property in plugin.json, re: #8

This commit is contained in:
Julian Lam 2014-09-26 13:20:25 -04:00
parent a1d495676d
commit 8779144d41
1 changed files with 0 additions and 1 deletions

View File

@ -8,6 +8,5 @@
{ "hook": "filter:user.delete", "method": "deleteUserData" },
{ "hook": "filter:auth.init", "method": "getStrategy" }
],
"templates": "./templates",
"minver": "0.5.0"
}