Skip to content

Commit

Permalink
Added esdoc-importpath-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Nov 18, 2015
1 parent 24cbc47 commit 611a956
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion esdoc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"source": "src",
"destination": "docs",
"access": ["public", "protected", "private"]
"access": ["public", "protected", "private"],
"plugins": [
{
"name": "esdoc-importpath-plugin",
"option": {
"replaces": [{"from": "^src/", "to": ""}]
}
}
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"babel-plugin-espower": "^1.1.0",
"coveralls": "^2.11.4",
"esdoc": "^0.4.3",
"esdoc-importpath-plugin": "0.0.1",
"eslint": "^1.9.0",
"eslint-config-mysticatea": "^1.9.0",
"eslint-plugin-mysticatea": "^1.0.3",
Expand Down

0 comments on commit 611a956

Please sign in to comment.