Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Oct 5, 2016
1 parent 2a30410 commit 50858f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dmd",
"author": "Lloyd Brookes <[email protected]>",
"version": "2.0.3-4",
"version": "2.0.3",
"description": "dmd (document with markdown) is a collection of handlebars templates for generating markdown documentation from jsdoc-parse input data. It is the default template set used by jsdoc-to-markdown.",
"license": "MIT",
"repository": "https://github.com/75lb/dmd.git",
Expand Down Expand Up @@ -44,7 +44,9 @@
},
"standard": {
"ignore": [
"example", "test/fixture", "test/overrides"
"example",
"test/fixture",
"test/overrides"
]
}
}

0 comments on commit 50858f0

Please sign in to comment.