summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-hints
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2017-01-27 18:56:38 +0100
committerSamy Pessé <samypesse@gmail.com>2017-01-27 18:56:38 +0100
commitda2ee396cff16627e2f2a3c366ad8cf4edf64587 (patch)
treea3945e9f40202b44bc367936665b5a3d4a89a13f /packages/gitbook-plugin-hints
parent2e66333aa6ef4504ce528c8c6544c86105c02f89 (diff)
downloadgitbook-da2ee396cff16627e2f2a3c366ad8cf4edf64587.zip
gitbook-da2ee396cff16627e2f2a3c366ad8cf4edf64587.tar.gz
gitbook-da2ee396cff16627e2f2a3c366ad8cf4edf64587.tar.bz2
Bump version to 4.0.0-alpha.4 🚀4.0.0-alpha.4
Diffstat (limited to 'packages/gitbook-plugin-hints')
-rw-r--r--packages/gitbook-plugin-hints/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gitbook-plugin-hints/package.json b/packages/gitbook-plugin-hints/package.json
index 4175709..9630482 100644
--- a/packages/gitbook-plugin-hints/package.json
+++ b/packages/gitbook-plugin-hints/package.json
@@ -3,13 +3,13 @@
"description": "Defines four types of styled hint blocks: info, danger, tip, working.",
"main": "index.js",
"browser": "./_assets/plugin.js",
- "version": "4.0.0-alpha.3",
+ "version": "4.0.0-alpha.4",
"dependencies": {
"classnames": "^2.2.5",
- "gitbook-core": "^4.0.0-alpha.3"
+ "gitbook-core": "^4.0.0-alpha.4"
},
"devDependencies": {
- "gitbook-plugin": "^4.0.0-alpha.3"
+ "gitbook-plugin": "^4.0.0-alpha.4"
},
"engines": {
"gitbook": ">=4.0.0"