grunt-slice-markdown
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "grunt-slice-markdown", | ||
"description": "Slices a Markdown file in segments, generates HTML, and applies a template to the result. Useful to generate slide shows.", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"homepage": "https://github.com/uhop/grunt-slice-markdown", | ||
@@ -28,5 +28,5 @@ "author": { | ||
"dependencies": { | ||
"highlight.js": "^9.12.0", | ||
"highlight.js": "^9.13.1", | ||
"lodash.template": "^4.4.0", | ||
"markdown-it": "^8.4.0", | ||
"markdown-it": "^8.4.2", | ||
"markdown-it-abbr": "^1.0.4", | ||
@@ -45,6 +45,7 @@ "markdown-it-checkbox": "^1.1.0", | ||
"markdown-it-sup": "^1.0.0", | ||
"markdown-it-video": "^0.5.1" | ||
"markdown-it-video": "^0.6.3" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^1.0.1" | ||
"grunt": "^1.0.3", | ||
"grunt-cli": "^1.3.2" | ||
}, | ||
@@ -51,0 +52,0 @@ "keywords": [ |
@@ -61,2 +61,3 @@ # grunt-slice-markdown | ||
- 0.3.4 *refreshed dependencies.* | ||
- 0.3.3 *refreshed dependencies.* | ||
@@ -63,0 +64,0 @@ - 0.3.2 *refreshed dependencies.* |
Sorry, the diff of this file is not supported yet
86
79546
2
+ Addedmarkdown-it-video@0.6.3(transitive)
- Removedmarkdown-it-video@0.5.1(transitive)
Updatedhighlight.js@^9.13.1
Updatedmarkdown-it@^8.4.2
Updatedmarkdown-it-video@^0.6.3