Skip to content

Commit

Permalink
3.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Feb 10, 2017
1 parent e881561 commit 99b01bc
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,14 +1,16 @@
{
"name": "jsdoc-to-markdown",
"author": "Lloyd Brookes",
"version": "2.0.1",
"version": "3.0.0-0",
"description": "Generates markdown API documentation from jsdoc annotated source code",
"repository": "https://github.com/jsdoc2md/jsdoc-to-markdown",
"main": "lib/jsdoc-to-markdown.js",
"bin": {
"jsdoc2md": "bin/cli.js"
},
"engines" : { "node" : ">=4.0.0" },
"engines": {
"node": ">=4.0.0"
},
"license": "MIT",
"scripts": {
"test": "test-runner test/*.js",
Expand Down

0 comments on commit 99b01bc

Please sign in to comment.