babel-plugin-mettle 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ In your Babel configuration (`.babelrc`, `babel.config.js`, `"babel"` field in p
|
|
|
18
18
|
|
|
19
19
|
#### `tag=html`
|
|
20
20
|
|
|
21
|
-
By default, `
|
|
21
|
+
By default, `babelPluginMettle` will process all Tagged Templates with a tag function named `html`. To use a different name, use the `tag` option in your Babel configuration:
|
|
22
22
|
|
|
23
23
|
```js
|
|
24
24
|
{"plugins":[
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babel-plugin-mettle",
|
|
3
3
|
"description": "A Babel plugin that compiles the template string in mettle.js into a normal object.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"main": "dist/babel-plugin-mettle.js",
|
|
6
6
|
"module": "dist/babel-plugin-mettle.mjs",
|
|
7
7
|
"scripts": {
|