This commit is contained in:
Christopher Chedeau 2015-03-31 12:31:37 -07:00
Родитель a4a551c571
Коммит 115b2a3fde
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -31,7 +31,7 @@ function getExample(componentName) {
return;
}
return {
path: path,
path: path.replace(/^\.\.\//, ''),
content: fs.readFileSync(path).toString(),
};
}