dalek-browser-chrome-canary
Advanced tools
Comparing version 0.0.5-2013-10-17-09-22-01 to 0.0.5-2013-10-17-09-38-54
@@ -34,3 +34,3 @@ <a name="v0.0.5"></a> | ||
* **readme:** | ||
* typos in documentation ([b166b9e](https://github.com/dalekjs/dalek-browser-chrome/commit/d17ecda2486a3d1565097dfe1a9e0147c2c17711 | ||
* typos in documentation ([b166b9e](https://github.com/dalekjs/dalek-browser-chrome/commit/d17ecda2486a3d1565097dfe1a9e0147c2c17711)) | ||
@@ -37,0 +37,0 @@ #### Bug Fixes |
@@ -93,7 +93,11 @@ module.exports = function (grunt) { | ||
'report/complexity/files', | ||
'report/complexity/files/index_js' | ||
'report/complexity/files/index_js', | ||
'report/complexity/files/install_js', | ||
'report/complexity/files/lib_chromedriver_js' | ||
], | ||
files: [ | ||
'report.history.json', | ||
'files/index_js/report.history.json' | ||
'files/index_js/report.history.json', | ||
'files/install_js/report.history.json', | ||
'files/lib_chromedriver_js/report.history.json' | ||
] | ||
@@ -130,3 +134,3 @@ } | ||
grunt.registerTask('test', ['clean:coverage', 'prepareCoverage', 'concurrent:test', 'generateCoverageBadge']); | ||
grunt.registerTask('docs', ['clean:reportZip', 'clean:report', 'preparePlato', 'concurrent:docs', 'compress']); | ||
grunt.registerTask('docs', ['clean:reportZip', 'clean:report', 'preparePlato', 'documantix', 'concurrent:docs', 'compress']); | ||
@@ -133,0 +137,0 @@ // release tasks |
{ | ||
"name": "dalek-browser-chrome-canary", | ||
"version": "0.0.5-2013-10-17-09-22-01", | ||
"version": "0.0.5-2013-10-17-09-38-54", | ||
"description": "Google Chrome bindings for DalekJS", | ||
@@ -5,0 +5,0 @@ "homepage": "http://dalekjs.com", |
49048
1030