colorprint
Advanced tools
Comparing version 2.0.2 to 2.0.4
@@ -18,3 +18,3 @@ #!/usr/bin/env node | ||
require.resolve('./test.js'), [], { | ||
dir: 'docs/coverage' | ||
dir: 'doc/coverage' | ||
}, callback | ||
@@ -21,0 +21,0 @@ ); |
@@ -16,5 +16,5 @@ #!/usr/bin/env node | ||
function deployGhPages(callback) { | ||
apeDeploying.deployGhPages('docs', {}, callback); | ||
apeDeploying.deployGhPages('doc', {}, callback); | ||
} | ||
], true); | ||
#!/usr/bin/env node | ||
/** | ||
* Generate docs. | ||
* Generate doc. | ||
*/ | ||
@@ -23,3 +23,3 @@ | ||
], { | ||
destination: "docs/apiguide", | ||
destination: "doc/apiguide", | ||
verbose: true, | ||
@@ -26,0 +26,0 @@ templates: { |
@@ -16,4 +16,4 @@ #!/usr/bin/env node | ||
function (callback) { | ||
apeReporting.sendToCodeclimate('docs/coverage/lcov.info', callback); | ||
apeReporting.sendToCodeclimate('doc/coverage/lcov.info', callback); | ||
} | ||
], true); |
@@ -0,0 +0,0 @@ /* ======================================================== |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ PR.registerLangHandler(PR.createSimpleLexer([ |
@@ -0,0 +0,0 @@ var q = null; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /*! |
@@ -1,1 +0,1 @@ | ||
<img src="assets/images/screenshot.png"/> | ||
<img src="asset/images/screenshot.png"/> |
/** | ||
* Print ansi-colored message to stdout/stderr. | ||
* @version 2.0.2 | ||
* @version 2.0.4 | ||
* @module colorprint | ||
@@ -5,0 +5,0 @@ * @author {@link http://okunishitaka.com|Taka Okunishi |
{ | ||
"name": "colorprint", | ||
"version": "2.0.2", | ||
"version": "2.0.4", | ||
"description": "Print ansi-colored message to stdout/stderr.", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
@@ -38,3 +38,3 @@ colorprint | ||
<a name="overview"></a> | ||
<img src="assets/images/screenshot.png"/> | ||
<img src="asset/images/screenshot.png"/> | ||
@@ -41,0 +41,0 @@ <!-- Overview End --> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3380760
103
123047