Remove ./ from the bower.json paths

This commit is contained in:
Zlatan Vasović 2014-08-27 10:57:43 +02:00
Родитель ceebebe831
Коммит 10222d6e99
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -12,8 +12,8 @@
"prototype" "prototype"
], ],
"main": [ "main": [
"./dist/css/ratchet.css", "dist/css/ratchet.css",
"./dist/js/ratchet.js" "dist/js/ratchet.js"
], ],
"ignore": [ "ignore": [
"_config.yml", "_config.yml",