Skip to content

Commit

Permalink
fix(build): rename base to core
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Apr 20, 2018
1 parent 948b4dc commit 84513e7
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fileWriters/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const writeBaseTemplates = async ({ destination, templateValues }) =>
writeTemplateDirectoryFiles({
destination,
templateValues,
location: path.join(__dirname, '../templates/base'),
location: path.join(__dirname, '../templates/core'),
});

const writeCommitlintTemplates = async ({ destination }) =>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 84513e7

Please sign in to comment.