grunt-slice-markdown
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"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.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/uhop/grunt-slice-markdown", | ||
@@ -19,8 +19,3 @@ "author": { | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "New BSD", | ||
"url": "http://github.com/uhop/grunt-slice-markdown/blob/master/LICENSE" | ||
} | ||
], | ||
"license": "BSD-3-Clause", | ||
"main": "Gruntfile.js", | ||
@@ -39,15 +34,15 @@ "directories": { | ||
"grunt": "~0.4.5", | ||
"highlight.js": "^8.5.0", | ||
"highlight.js": "^9.0.0", | ||
"lodash.template": "^3.5.0", | ||
"markdown-it": "^4.2.0", | ||
"markdown-it": "^5.0.2", | ||
"markdown-it-abbr": "^1.0.0", | ||
"markdown-it-checkbox": "^1.1.0", | ||
"markdown-it-container": "^1.0.0", | ||
"markdown-it-deflist": "^1.0.0", | ||
"markdown-it-container": "^2.0.0", | ||
"markdown-it-deflist": "^2.0.0", | ||
"markdown-it-emoji": "^1.0.0", | ||
"markdown-it-footnote": "^1.0.0", | ||
"markdown-it-footnote": "^2.0.0", | ||
"markdown-it-highlightjs": "^2.0.0", | ||
"markdown-it-ins": "^1.0.0", | ||
"markdown-it-mark": "^1.0.0", | ||
"markdown-it-math": "^2.0.1", | ||
"markdown-it-ins": "^2.0.0", | ||
"markdown-it-mark": "^2.0.0", | ||
"markdown-it-math": "^3.0.2", | ||
"markdown-it-smartarrows": "^1.0.1", | ||
@@ -54,0 +49,0 @@ "markdown-it-sub": "^1.0.0", |
@@ -61,2 +61,3 @@ # grunt-slice-markdown | ||
- 0.2.2 *refreshed dependencies.* | ||
- 0.2.1 *refreshed dependencies.* | ||
@@ -63,0 +64,0 @@ - 0.2.0 *switched from marked to MarkedownIt.* |
Sorry, the diff of this file is not supported yet
75
78147
+ Addedascii2mathml@0.5.4(transitive)
+ Addedhighlight.js@9.18.5(transitive)
+ Addedmarkdown-it@5.1.0(transitive)
+ Addedmarkdown-it-container@2.0.0(transitive)
+ Addedmarkdown-it-deflist@2.1.0(transitive)
+ Addedmarkdown-it-footnote@2.0.0(transitive)
+ Addedmarkdown-it-ins@2.0.0(transitive)
+ Addedmarkdown-it-mark@2.0.0(transitive)
+ Addedmarkdown-it-math@3.0.2(transitive)
- Removedascii2mathml@0.2.6(transitive)
- Removedmarkdown-it@4.4.0(transitive)
- Removedmarkdown-it-container@1.0.0(transitive)
- Removedmarkdown-it-deflist@1.0.0(transitive)
- Removedmarkdown-it-footnote@1.0.0(transitive)
- Removedmarkdown-it-ins@1.0.0(transitive)
- Removedmarkdown-it-mark@1.0.0(transitive)
- Removedmarkdown-it-math@2.0.1(transitive)
Updatedhighlight.js@^9.0.0
Updatedmarkdown-it@^5.0.2
Updatedmarkdown-it-container@^2.0.0
Updatedmarkdown-it-deflist@^2.0.0
Updatedmarkdown-it-footnote@^2.0.0
Updatedmarkdown-it-ins@^2.0.0
Updatedmarkdown-it-mark@^2.0.0
Updatedmarkdown-it-math@^3.0.2