diff --git a/README.md b/README.md
index 5cec7b9..a307d60 100644
--- a/README.md
+++ b/README.md
@@ -115,8 +115,8 @@ Splitters can be arbitrarily nested into each other to achieve any layout.
-
-
+
+
```
@@ -125,15 +125,15 @@ Splitters can be arbitrarily nested into each other to achieve any layout.
### Properties
-| Property | Attribute | Description | Type |
-| ---------- | ----------- | ------------------------------------------------------------------------------------------------------- | --------------------------- |
-| `d` | `d` | The direction of the splitter. | `"horizontal" | "vertical"` |
-| `fixed` | `fixed` | Prevent the splitter from being resized. | `boolean` |
-| `maxSizes` | `max-sizes` | The maximum sizes of the slots. Same format as `sizes` | `number[] \| string` |
-| `minSizes` | `min-sizes` | The minimum sizes of the slots. Same format as `sizes` | `number[] \| string` |
-| `n` | `n` | The number of slots in the splitter. | `number` |
-| `sizes` | `sizes` | The initial sizes of the slots. Acceptable formats are: `sizes="0.33, 0.67"` or `sizes="50%, 25%, 25%"` | `number[] \| string` |
-| `throttle` | `throttle` | The minimum time (in ms) between resize events while dragging. | `number` |
+| Property | Attribute | Description | Type |
+| ---------- | ----------- | ------------------------------------------------------------------------------------------------------- | ---------------------------- |
+| `d` | `d` | The direction of the splitter. | `"horizontal" \| "vertical"` |
+| `fixed` | `fixed` | Prevent the splitter from being resized. | `boolean` |
+| `maxSizes` | `max-sizes` | The maximum sizes of the slots. Same format as `sizes` | `number[] \| string` |
+| `minSizes` | `min-sizes` | The minimum sizes of the slots. Same format as `sizes` | `number[] \| string` |
+| `n` | `n` | The number of slots in the splitter. | `number` |
+| `sizes` | `sizes` | The initial sizes of the slots. Acceptable formats are: `sizes="0.33, 0.67"` or `sizes="50%, 25%, 25%"` | `number[] \| string` |
+| `throttle` | `throttle` | The minimum time (in ms) between resize events while dragging. | `number` |
### Events
diff --git a/package.json b/package.json
index 6b02401..3f6d735 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "split-me",
- "version": "1.1.4",
+ "version": "1.1.5",
"description": "Universal web component to create arbitrary split layouts ",
"module": "dist/esm/index.js",
"main": "dist/index.js",
@@ -23,16 +23,16 @@
"lodash.throttle": "^4.1.1"
},
"devDependencies": {
- "@stencil/core": "^0.14.1",
- "@types/jest": "^23.3.2",
+ "@stencil/core": "^0.15.2",
+ "@types/jest": "^23.3.9",
"@types/lodash.throttle": "^4.1.4",
- "@types/puppeteer": "1.9.0",
- "husky": "^1.0.1",
- "jest": "23.5.0",
+ "@types/puppeteer": "1.10.0",
+ "husky": "^1.1.3",
+ "jest": "23.6.0",
"pixelmatch": "4.0.2",
- "prettier": "^1.14.3",
- "pretty-quick": "^1.7.0",
- "puppeteer": "1.7.0"
+ "prettier": "^1.15.1",
+ "pretty-quick": "^1.8.0",
+ "puppeteer": "1.10.0"
},
"repository": {
"type": "git",