gitbook-plugin-advanced-emoji
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -16,5 +16,5 @@ module.exports = { | ||
"page": function(page) { | ||
page.sections.each(function (section)) { | ||
page.sections.each(function (section) { | ||
section.content = section.content.replace(":white_check_mark:", "FOO"); | ||
} | ||
}); | ||
return page; | ||
@@ -21,0 +21,0 @@ } |
@@ -5,6 +5,15 @@ { | ||
"main": "index.js", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"engines": { | ||
"gitbook": ">=0.3.4" | ||
"gitbook": ">=2.5.0" | ||
}, | ||
"gitbook": { | ||
"properties": { | ||
"myConfigKey": { | ||
"type": "string", | ||
"default": "test", | ||
"description": "test" | ||
} | ||
} | ||
}, | ||
"homepage": "https://github.com/codeclou/gitbook-plugin-advanced-emoji", | ||
@@ -11,0 +20,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
12758