mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Change file names to use hyphen syntax
This commit is contained in:
parent
b01e4489ef
commit
148e418c8a
3 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ script(type='text/ng-template', id='partials/options.inventory.equipment.html')
|
||||||
include ./equipment
|
include ./equipment
|
||||||
|
|
||||||
script(type='text/ng-template', id='partials/options.inventory.seasonalshop.html')
|
script(type='text/ng-template', id='partials/options.inventory.seasonalshop.html')
|
||||||
include ./seasonalShop
|
include ./seasonal-shop
|
||||||
|
|
||||||
script(type='text/ng-template', id='partials/options.inventory.timetravelers.html')
|
script(type='text/ng-template', id='partials/options.inventory.timetravelers.html')
|
||||||
include ./timeTravelers
|
include ./time-travelers
|
||||||
|
|
||||||
script(type='text/ng-template', id='partials/options.inventory.drops.html')
|
script(type='text/ng-template', id='partials/options.inventory.drops.html')
|
||||||
include ./drops
|
include ./drops
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue