summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-livereload/package.json
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2017-01-13 19:11:15 +0100
committerSamy Pessé <samypesse@gmail.com>2017-01-13 19:11:15 +0100
commit856b222a61f426318eb7c7ce16c6aa3e09036e9c (patch)
treeb10890710b8805d57addb293cd1b3d5a77d9f036 /packages/gitbook-plugin-livereload/package.json
parentfade3740c103042fecccfd58efca0c80fcb296fe (diff)
downloadgitbook-856b222a61f426318eb7c7ce16c6aa3e09036e9c.zip
gitbook-856b222a61f426318eb7c7ce16c6aa3e09036e9c.tar.gz
gitbook-856b222a61f426318eb7c7ce16c6aa3e09036e9c.tar.bz2
Bump version to 4.0.0-alpha.3 🚀4.0.0-alpha.3
Diffstat (limited to 'packages/gitbook-plugin-livereload/package.json')
-rw-r--r--packages/gitbook-plugin-livereload/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gitbook-plugin-livereload/package.json b/packages/gitbook-plugin-livereload/package.json
index 5a4c60e..2cc0bfe 100644
--- a/packages/gitbook-plugin-livereload/package.json
+++ b/packages/gitbook-plugin-livereload/package.json
@@ -3,15 +3,15 @@
"description": "Live reloading for your gitbook",
"main": "index.js",
"browser": "./_assets/plugin.js",
- "version": "4.0.0-alpha.2",
+ "version": "4.0.0-alpha.3",
"engines": {
"gitbook": "*"
},
"dependencies": {
- "gitbook-core": "^4.0.0-alpha.2"
+ "gitbook-core": "^4.0.0-alpha.3"
},
"devDependencies": {
- "gitbook-plugin": "^4.0.0-alpha.2"
+ "gitbook-plugin": "^4.0.0-alpha.3"
},
"scripts": {
"build-js": "gitbook-plugin build ./src/index.js ./_assets/plugin.js",