Skip to content

Commit

Permalink
rename src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Khen Solomon Lethil committed Jan 5, 2019
1 parent 66678f0 commit 5569b01
Show file tree
Hide file tree
Showing 37 changed files with 76 additions and 199 deletions.
2 changes: 1 addition & 1 deletion bible/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bookId = args[0],
currentDirectory = path.dirname(require.main.filename),
// currentPath = process.cwd(),
bookCollectionJSON = path.resolve(currentDirectory,'book.json'),
bookSource= path.resolve(currentDirectory,'src','*.xml'),
bookSource= path.resolve(currentDirectory,'xml','*.xml'),
bookTargetJSON = path.resolve(currentDirectory,'json','*.json'),
bookTargetSQLite = path.resolve(currentDirectory,'db','*.db'),
xmlRead = function(){
Expand Down
Loading

0 comments on commit 5569b01

Please sign in to comment.