Skip to content

Commit

Permalink
[update] relative path from generate.js to helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryTabima committed Nov 30, 2018
1 parent 27feaa1 commit 07cc2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmds/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const jsdoc2md = require('jsdoc-to-markdown');
const vuedoc = require('@vuedoc/md');
const rimraf = require('rimraf');

const vueSidebar = require('./helpers/vueSidebar');
const parseVuepressComment = require('./helpers/commentParser');
const vueSidebar = require('../helpers/vueSidebar');
const parseVuepressComment = require('../helpers/commentParser');

const fileTree = [];

Expand Down

0 comments on commit 07cc2fa

Please sign in to comment.