Skip to content

Commit

Permalink
refactor: core ~> auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Apr 2, 2018
1 parent 7423e77 commit 1cdd028
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/module/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function validateOptions (options) {
}

function copyCore (options) {
const coreRoot = resolve(libRoot, 'core')
const coreRoot = resolve(libRoot, 'auth')

for (const file of readdirSync(coreRoot)) {
this.addTemplate({
Expand Down

0 comments on commit 1cdd028

Please sign in to comment.