Skip to content

Commit

Permalink
Bugfix: apidoc-core link.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Dec 18, 2014
1 parent 47f0ec2 commit b17d63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
var _ = require('lodash');
var apidoc = require('apidoc-core/');
var fs = require('fs-extra');
var markdown = require('marked');
var path = require('path');
var winston = require('winston');

var PackageInfo = require('./package_info');

var apidoc = require('../../apidoc-core/');

var defaults = {
dest : path.join(__dirname, '../doc/'),
template: path.join(__dirname, '../template/'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc",
"version": "0.10.0",
"version": "0.10.1",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"license": {
Expand Down

0 comments on commit b17d63e

Please sign in to comment.