gitbook-plugin-hints
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -12,3 +12,3 @@ var CLASSES = { | ||
var ICONS = { | ||
info: '', | ||
info: makeIcon('info'), | ||
tip: makeIcon('mortar-board'), // Diploma hat | ||
@@ -15,0 +15,0 @@ danger: makeIcon('issue-opened'), |
@@ -5,5 +5,5 @@ { | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"engines": { | ||
"gitbook": ">1.x.x" | ||
"gitbook": ">2.x.x" | ||
}, | ||
@@ -10,0 +10,0 @@ "license": "Apache 2.0", |
Styled hint blocks in your docs | ||
============== | ||
This plugins requires gitbook `>=1.0.0`. | ||
This plugins requires gitbook `>=2.0.0`. | ||
@@ -6,0 +6,0 @@ ### Install |
1858