Skip to content

Commit 8bc5dc7

Browse files
committed
release: v0.1.2
1 parent 8808849 commit 8bc5dc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In your Babel configuration (`.babelrc`, `babel.config.js`, `"babel"` field in p
1818

1919
#### `tag=html`
2020

21-
By default, `babel-plugin-jsx-to-mettle` will process all Tagged Templates with a tag function named `html`. To use a different name, use the `tag` option in your Babel configuration:
21+
By default, `babelPluginJsxToMettle` will process all Tagged Templates with a tag function named `html`. To use a different name, use the `tag` option in your Babel configuration:
2222

2323
```js
2424
{"plugins":[

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-jsx-to-mettle",
33
"description": "This plugin converts JSX into Tagged Templates that work with mettle.js.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"main": "dist/babel-plugin-jsx-to-mettle.js",
66
"module": "dist/babel-plugin-jsx-to-mettle.mjs",
77
"scripts": {

0 commit comments

Comments
 (0)