Skip to content

Commit 73b183e

Browse files
authored
Merge branch 'master' into htmini
2 parents dcb7b95 + 0bade18 commit 73b183e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here's some ergonomic features you get for free that aren't present in JSX:
4141
- **No transpiler necessary**
4242
- HTML's optional quotes: `<div class=foo>`
4343
- Component end-tags: `<${Footer}>footer content<//>`
44-
- Syntax highlighting and language support via the [lit-html VSCode extension].
44+
- Syntax highlighting and language support via the [lit-html VSCode extension] and [vim-jsx-pretty plugin].
4545

4646
## Installation
4747

@@ -219,6 +219,7 @@ As of 2.0.0, `htm` is stable, well-tested and ready for production use.
219219
[lit-html]: https://github.com/Polymer/lit-html
220220
[babel-plugin-htm]: https://github.com/developit/htm/tree/master/packages/babel-plugin-htm
221221
[lit-html VSCode extension]: https://marketplace.visualstudio.com/items?itemName=bierner.lit-html
222+
[vim-jsx-pretty plugin]: https://github.com/MaxMEllon/vim-jsx-pretty
222223
[vhtml]: https://github.com/developit/vhtml
223224
[jsxobj]: https://github.com/developit/jsxobj
224225
[hyperscript]: https://github.com/hyperhype/hyperscript

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@
7272
"eslint-config-developit": "^1.1.1",
7373
"jest": "^23.4.2",
7474
"microbundle": "^0.8.3",
75-
"preact": "^8.2.9"
75+
"preact": "^8.4.2"
7676
},
77-
"dependencies": {}
77+
"dependencies": {},
78+
"peerDependencies": {
79+
"preact": "*"
80+
}
7881
}

0 commit comments

Comments
 (0)