Skip to content

Commit

Permalink
refactor: auth ~> core
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Apr 3, 2018
1 parent 56265a7 commit 4539b85
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 @@ -60,7 +60,7 @@ function validateOptions (options) {
}

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

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

0 comments on commit 4539b85

Please sign in to comment.