block-documentation
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -402,4 +402,2 @@ /*! | ||
console.log( __dirname + '/src/index.html' ); | ||
// Copy the index.html from the src folder to the output folder | ||
@@ -406,0 +404,0 @@ fs.copySync( __dirname + '/src/index.html', config.output + 'index.html' ); |
{ | ||
"name": "block-documentation", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Module that reads Typescript interfaces and outputs documentation for backend API's", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
17928
454