various updates
remove dependence on jQuery add image delete Admin ui fix for mobile image updates to new style update comments
This commit is contained in:
@ -23,7 +23,6 @@
|
||||
],
|
||||
"require":
|
||||
{
|
||||
"components/jquery": "1.9.*",
|
||||
"fortawesome/font-awesome": "4.7",
|
||||
"thetempusproject/bedrock": "1.1.5",
|
||||
"thetempusproject/canary": "1.0.9",
|
||||
@ -39,14 +38,12 @@
|
||||
"classmap":
|
||||
[
|
||||
"app/classes",
|
||||
"app/models"
|
||||
],
|
||||
"psr-4":
|
||||
{
|
||||
"TheTempusProject\\Bedrock\\": "vendor/thetempusproject/bedrock",
|
||||
"TheTempusProject\\Canary\\": "vendor/thetempusproject/canary",
|
||||
"TheTempusProject\\Houdini\\": "vendor/thetempusproject/houdini"
|
||||
}
|
||||
"app/controllers",
|
||||
"app/controllers/admin",
|
||||
"app/controllers/api",
|
||||
"app/models",
|
||||
"app/plugins"
|
||||
]
|
||||
},
|
||||
"scripts":
|
||||
{
|
||||
|
Reference in New Issue
Block a user