This commit is contained in:
Christopher Chedeau 2015-03-31 12:31:37 -07:00
parent a4a551c571
commit 115b2a3fde
1 changed files with 1 additions and 1 deletions

View File

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