Skip to content

Commit 2bccdfe

Browse files
committed
fixed gitbook engine version requirement so it works with the current 3.1.1
1 parent 0a735c1 commit 2bccdfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "gitbook-plugin-block-align",
33
"description": "A quick way of aligning markdown blocks in a GitBook.",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"author": "Chris Born",
66
"license": "Apache-2.0",
77
"engines": {
8-
"gitbook": ">=3.2.0"
8+
"gitbook": ">=3.1.0"
99
},
1010
"main": "index.js",
1111
"scripts": {

0 commit comments

Comments
 (0)